cies / htoml

TOML file format parser in Haskell
https://hackage.haskell.org/package/htoml
Other
38 stars 13 forks source link

Fix for GHC 7.10 and for the update of time lib #1

Closed erebe closed 9 years ago

erebe commented 9 years ago

GHC 7.10 introduce breaking changes by requiring that language extension to be explicitly added. Update code for the new time library

cies commented 9 years ago

The fix for the deprecation warnings from the time lib puts a lower bound on the very 1.5.0 version. This version is not (yet) in Stackage. I've put your fix in some CPP trickery to make sure it does not break with older time packages.

Thanks!