HugoDaniel / timerep

Reading and parsing time in Haskell
zlib License
9 stars 6 forks source link

Bulding on GHC 7.2 #1

Closed MichaelXavier closed 13 years ago

MichaelXavier commented 13 years ago

I was wondering if you could address the build error on 7.2. It is preventing a project I'm working on from building on hackage. It looks like you may just need to add a FlexibleInstances pragma:

http://hackage.haskell.org/packages/archive/rfc3339/1.0.4/logs/failure/ghc-7.2

HugoDaniel commented 13 years ago

Thanks for contacting me :)

I've added it, and some stuff.

The name of this package might change to timerep. Running "cabal install" on the package folder might be enough right now. Im going to upload this to hackage anytime soon.

Again, thanks the input