sboosali / enumerate

enumerate all the values in a finite type (automatically)
8 stars 2 forks source link

GHC 8.6 Compatibility #5

Open Topsii opened 6 years ago

Topsii commented 6 years ago

This project cannot be built with GHC 8.6 as it uses the type operator GHC.TypeLits.* without enabling the StarIsType language extension.

https://ghc.haskell.org/trac/ghc/wiki/Migration/8.6#StarIsType

sboosali commented 6 years ago

thanks!

let me fix it.

On Fri, Sep 28, 2018, 22:03 Topsii notifications@github.com wrote:

This project cannot be built with GHC 8.6 as it uses the type operator GHC.TypeLits.* without enabling the StarIsType language extension.

https://ghc.haskell.org/trac/ghc/wiki/Migration/8.6#StarIsType

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sboosali/enumerate/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/ACNoMWoB65QZo2dR6VwPlmbeHC5sp1Q1ks5ufv8egaJpZM4XAVMp .

sboosali commented 6 years ago

(btw, generics-deriving has a similar typeclass in GEnum, if you want something now that does work with 8.6. but I use this package for my own projects, I'll fix this soon too)

On Fri, Sep 28, 2018, 22:40 Spiros Boosalis samboosalis@gmail.com wrote:

thanks!

let me fix it.

On Fri, Sep 28, 2018, 22:03 Topsii notifications@github.com wrote:

This project cannot be built with GHC 8.6 as it uses the type operator GHC.TypeLits.* without enabling the StarIsType language extension.

https://ghc.haskell.org/trac/ghc/wiki/Migration/8.6#StarIsType

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sboosali/enumerate/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/ACNoMWoB65QZo2dR6VwPlmbeHC5sp1Q1ks5ufv8egaJpZM4XAVMp .