Following numerous requests, I've finally managed to upload Haskell for Maths to Hackage:
http://hackage.haskell.org/package/HaskellForMaths
It's my first experience with Hackage, so I'm bound to have done something wrong - let me know what, and I'll try to fix it.
The fallback option is still to download the zipfile from the Haskell for Maths website.
Subscribe to:
Post Comments (Atom)
Big thanks! I'll try to play with it
ReplyDeleteDuring build i got:
ReplyDeleteMath/Algebra/Commutative/MPoly.hs:13:7:
Could not find module `Math.Algebra.Commutative.Monomial':Building HaskellForMaths-0.1...
I think, that you need to add build directory to search path when building
Alex,
ReplyDeleteThanks for the feedback. I think the problem is the "exposed-modules" section of my cabal file.
So I've uploaded two new versions:
0.1.1 - just puts the missing dependencies as exposed-modules
0.1.2 - puts the missing dependencies as other-modules
I'd be really grateful if you could let me know how you get on.
Oops,
ReplyDeleteNew version 0.1.3 hopefully fixes all problems with previous versions.
(I had made a one-line source change, and forgot to build everything again to check not broken.)