You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[1 of 1] Compiling Language.Haskell.TH.Lift ( src/Language/Haskell/TH/Lift.hs, dist/build/Language/Haskell/TH/Lift.o )
src/Language/Haskell/TH/Lift.hs:215:15: error:
• Couldn't match type ‘TyVarBndr’ with ‘Type’
Expected type: [Type]
Actual type: [TyVarBndr]
• In the third argument of ‘f’, namely ‘vs’
In the expression: f dcx n vs cons
In a case alternative:
DatatypeInfo {datatypeContext = dcx, datatypeName = n,
datatypeVars = vs, datatypeCons = cons}
-> f dcx n vs cons
|
215 | f dcx n vs cons
| ^^
The text was updated successfully, but these errors were encountered:
deepfire
changed the title
ghc 8.8 / template-haskell 0.15.0: build failure
ghc 8.8 / template-haskell 2.15.0: build failure
Jan 24, 2019
I don't think the breakage here is due to GHC 8.8, but instead due to trying to use the pre-release th-abstraction-0.3.0.0 (which isn't quite ready to be used). See also dreixel/generic-deriving#60.
The text was updated successfully, but these errors were encountered: