jcristovao / newtype-generics

A typeclass and set of functions for working with newtypes.
10 stars 11 forks source link

Upgrade dependencies #6

Closed tfausak closed 8 years ago

tfausak commented 8 years ago

This pull request upgrades the dependencies to allow base 4.9 (GHC 8.0.1) and HUnit 1.3. With these changes, this project can be built with all Stackage snapshots from LTS 3 to the current nightly. It can also be built with the GHC 8.0.1 release candidate.

If desired, I can split this into two pull requests: One for HUnit and another for base.

tfausak commented 8 years ago

Now that GHC 8.0.1 is available, this would be especially nice to have.

tfausak commented 8 years ago

Thanks!

jcristovao commented 8 years ago

Thanks! I will try to upload it to hackage tomorrow

tfausak commented 8 years ago

Any chance you can get a new version uploaded? The most recent Stackage snapshot uses GHC 8.0.1, which uses base 4.9. That means newtype-generics isn't included in the snapshot.