[Haskell-cafe] ANN: network-simple 0.1.0.1

2013-04-23 Thread Renzo Carbonara
The code can be found at: https://github.com/k0001/network-simple I've only tried this package on the current Haskell Platform 2012.4.0.0 on Linux, let me know if something does not work in a different environment. By the way, `pipes-network-0.1.1.0` now depends on this package. Regar

Re: [Haskell-cafe] Unit Testing with Control.Proxy

2013-04-18 Thread Renzo Carbonara
uot; >> runTestTT test_doublerD putStrLn "QuickCheck tests:" >> quickCheck prop_doublerD And the output, after running the code: HUnit tests: Cases: 1 Tried: 1 Errors: 0 Failures: 0 QuickCheck tests: +++ OK, passed 100 tests. Regards, Renzo Carbonara. ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] ANNOUNCE: Start Ajhc project with forking jhc.

2013-03-06 Thread Renzo Carbonara
On Wed, Mar 6, 2013 at 9:51 AM, Kiwamu Okabe wrote: > Jhc can compile Haskell code to micro arch such as Cortex-M3. > I have written LED blinking demo for Cortex-M3 with jhc. This is exciting! I wasn't aware that Jhc targeted such devices. > Then, I have decided to fork jhc, named Ajhc. Good l