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
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
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