Created
April 15, 2015 06:32
-
-
Save keizo042/12e11c2b33a7c613e995 to your computer and use it in GitHub Desktop.
reasonable-lens build failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[1 of 7] Compiling Control.Lens.Util.TH ( src/Control/Lens/Util/TH.hs, dist/dist-sandbox-f2c360e3/build/Control/Lens/Util/TH.o ) | |
src/Control/Lens/Util/TH.hs:23:10: | |
Not in scope: data constructor ‘ClassP’ | |
Perhaps you meant one of these: | |
‘ClassD’ (imported from Language.Haskell.TH), | |
‘ClassI’ (imported from Language.Haskell.TH), | |
variable ‘classP’ (imported from Language.Haskell.TH) | |
src/Control/Lens/Util/TH.hs:23:25: | |
Not in scope: data constructor ‘ClassP’ | |
Perhaps you meant one of these: | |
‘ClassD’ (imported from Language.Haskell.TH), | |
‘ClassI’ (imported from Language.Haskell.TH), | |
variable ‘classP’ (imported from Language.Haskell.TH) | |
src/Control/Lens/Util/TH.hs:24:10: | |
Not in scope: data constructor ‘EqualP’ | |
Perhaps you meant variable ‘equalP’ (imported from Language.Haskell.TH) | |
src/Control/Lens/Util/TH.hs:24:26: | |
Not in scope: data constructor ‘EqualP’ | |
Perhaps you meant variable ‘equalP’ (imported from Language.Haskell.TH) | |
src/Control/Lens/Util/TH.hs:50:10: | |
Not in scope: data constructor ‘ClassP’ | |
Perhaps you meant one of these: | |
‘ClassD’ (imported from Language.Haskell.TH), | |
‘ClassI’ (imported from Language.Haskell.TH), | |
variable ‘classP’ (imported from Language.Haskell.TH) | |
src/Control/Lens/Util/TH.hs:51:10: | |
Not in scope: data constructor ‘EqualP’ | |
Perhaps you meant variable ‘equalP’ (imported from Language.Haskell.TH) | |
cabal: Error: some packages failed to install: | |
reasonable-lens-0.2.1.0 failed during the building phase. The exception was: | |
ExitFailure 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment