dorchard / effect-monad

Provides 'graded monads' and 'parameterised monads' to Haskell, enabling fine-grained reasoning about effects.
BSD 2-Clause "Simplified" License
99 stars 11 forks source link

Hackage Weirdness #1

Closed idontgetoutmuch closed 10 years ago

idontgetoutmuch commented 10 years ago

Weirdly the latest version of ixmonad is 0.15 on hackage but looking at github, I assume it is meant to be 0.2? I did not know you could do this with hackage.

Versions 0.1, 0.2, 0.15

dorchard commented 10 years ago

Yes I noticed this! I have no idea how that happened.... :/ I thought it might be something to do with the Haddock generation not happening yet so maybe it will resolve itself once that happens- I will see! Maybe I will have to put a new version out at some point and that might solve it!

dorchard commented 10 years ago

Aha- I fixed it. I complained on Twitter and then someone pointed out what I didn't know. According to Hackage/Cabal 0.2 < 0.15, you have to do 0.20 to get it to be greater. I have fixed this now with 0.30! Thanks!