bennofs / th-lift-instances

Lift instances for common haskell data types
http://hackage.haskell.org/package/th-lift-instances
Other
12 stars 11 forks source link

Allow building with GHC 7.0 #6

Closed RyanGlScott closed 8 years ago

RyanGlScott commented 8 years ago

th-orphans recently added th-lift-instances as a dependency, but since th-lift-instances requires base >= 4.4, I can't build the test suite for one of my libraries on GHC 7.0. Luckily, it appears that th-lift-instances builds just fine on GHC 7.0, so this PR lowers the lower version bounds on base accordingly.

bennofs commented 8 years ago

Thanks!

RyanGlScott commented 8 years ago

Do you mind released a new version with these changes to Hackage?

bennofs commented 8 years ago

oh thanks for reminding me, done.

RyanGlScott commented 8 years ago

Many thanks!