haskell-generate
haskell-generate copied to clipboard
haskell-generate-0.2.4 failed during the building phase
Configuring haskell-generate-0.2.4...
Building haskell-generate-0.2.4...
Preprocessing library haskell-generate-0.2.4...
[1 of 5] Compiling Language.Haskell.Generate.Expression ( src/Language/Haskell/Generate/Expression.hs, dist/build/Language/Haskell/Generate/Expression.o )
src/Language/Haskell/Generate/Expression.hs:8:54:
Expecting one more argument to ‘Exp’
Expected a type, but ‘Exp’ has kind ‘* -> *’
In the type ‘Exp’
In the definition of data constructor ‘Expression’
In the newtype declaration for ‘Expression’
cabal: Error: some packages failed to install:
haskell-generate-0.2.4 failed during the building phase. The exception was:
ExitFailure 1
any idea's
this is due to a change in haskell-src-exts. Exp now takes the type of source locations as an argument. I will look at it later, but if anyone wants to fix it right now I'm happy to review PRs.