Friday 12 June 2009

It's on Hackage!

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.

4 comments:

  1. Big thanks! I'll try to play with it

    ReplyDelete
  2. During build i got:

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

    ReplyDelete
  3. Alex,

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

    ReplyDelete
  4. Oops,

    New 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.)

    ReplyDelete

Followers