haskell-generate icon indicating copy to clipboard operation
haskell-generate copied to clipboard

haskell-generate-0.2.4 failed during the building phase

Open abar52 opened this issue 8 years ago • 1 comments

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

abar52 avatar May 04 '17 10:05 abar52

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.

bennofs avatar May 04 '17 15:05 bennofs