[Haskell-cafe] ANNOUNCE: Runge-Kutta library -- solve ODEs

Alexey Khudyakov alexey.skladnoy at gmail.com
Sun Apr 19 18:32:05 EDT 2009


> I have so far only tested it with ghc 6.8.3 on MacOS 10.3.9 (powerPC),
> but I know of no reason why it wouldn't work with other versions and
> OSs.
>
It breaks on Linux (and all unices) because name of file in tarball is
'rungekutta.hs' not
'RungeKutta.hs' as required. In other words: god blame
case-insensitive file systems.

After renaming everything works just fine.


More information about the Haskell-Cafe mailing list