dreixel / generic-deriving

BSD 3-Clause "New" or "Revised" License
44 stars 32 forks source link

Build error on GHC 8.4.1-alpha1 #51

Closed asr closed 6 years ago

asr commented 6 years ago

Using the current master (commit 331dfa0) I got the following error on GHC 8.4.1-alpha1:

cabal install
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: generic-deriving-1.12 (user goal)
next goal: template-haskell (dependency of generic-deriving-1.12)
rejecting: template-haskell-2.13.0.0/installed-2.1... (conflict:
generic-deriving => template-haskell>=2.4 && <2.13)

The error can be fixed by allowing template-haskell 2.13.

Note that the Travis build on GHC 8.4.1 doesn't report this error.

Blocking https://github.com/agda/agda/issues/2878.

asr commented 6 years ago

CC'ing @RyanGlScott.

RyanGlScott commented 6 years ago

I've made a revision on Hackage.

asr commented 6 years ago

Great! Thanks!