Skip to content

Instantly share code, notes, and snippets.

@keizo042
Created April 15, 2015 06:32
Show Gist options
  • Save keizo042/12e11c2b33a7c613e995 to your computer and use it in GitHub Desktop.
Save keizo042/12e11c2b33a7c613e995 to your computer and use it in GitHub Desktop.
reasonable-lens build failure
[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