haskell-hvr / missingh

Utility library [Haskell]
https://hackage.haskell.org/package/MissingH
Other
87 stars 40 forks source link

Fix GHC 7.4 build with older versions of directory, and add base lower bounds #35

Closed bergmark closed 8 years ago

bergmark commented 8 years ago

This is a fix for #34.

It turns out that Safe annotations were added in the most recent versions and that excludes GHC < 7.4. An alternative fix would be to CPP out the annotations on older GHCs. I can make that change if you prefer.