Closed aloiscochard closed 10 years ago
I integrated that change in one of my project and all tests pass, not sure for travis but it's probably a matter of using the new GHC.
The base
lower bounds should be set to 4.7 I think, and the package would need a major version bump to (at least) 0.2.x.
Though I'm not sure what the best way to handle this sort of release is. Keep version 0.1 for GHC < 7.8 and restrict 0.2 to >= 7.8?
@NathanHowell I agree about versioning, I started reworking on that and actually migrating the tests but unfortunately I got stuck when it comes to reify KnownNat
, you might have an idea
I found some example but then they use SomeNat
, so I haven't found yet a way make the tests work.
After discussing with @copumpkin yesterday I think I see how to finish porting tests and finish that PR.
Not sure why travis-ci don't detect the PR, I'll create a new one.
I did that change while upgrading to GHC 7.8.2.
According to the doc it's something you wanted to do anyway, so I hope it's fine the way I integrated
GHC.TypeLits
?review by @NathanHowell (I suppose)