jcristovao / newtype-generics

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

Increment base upper bound to <4.11 for GHC 8.2.1. #16

Closed conal closed 7 years ago

conal commented 7 years ago

Fixed to compile under GHC 8.2.1, which has base version == 4.10.0.0.

phadej commented 7 years ago

There is also #15

ping @jcristovao

sjakobi commented 7 years ago

Fixed the bounds in #15.