Skip to content

Instantly share code, notes, and snippets.

@funrep
Created October 5, 2013 17:53
Show Gist options
  • Save funrep/6844073 to your computer and use it in GitHub Desktop.
Save funrep/6844073 to your computer and use it in GitHub Desktop.
Warning: pong.cabal: Unknown fields: exposed-modules (line 18)
Fields allowed in this section:
main-is, buildable, build-tools, cpp-options, cc-options,
ld-options, pkgconfig-depends, frameworks, c-sources,
default-language, other-languages, default-extensions,
other-extensions, extensions, extra-libraries, extra-lib-dirs,
includes, install-includes, include-dirs, hs-source-dirs,
other-modules, ghc-prof-options, ghc-shared-options, ghc-options,
hugs-options, nhc98-options, jhc-options
Resolving dependencies...
Warning: pong.cabal: Unknown fields: exposed-modules (line 18)
Fields allowed in this section:
main-is, buildable, build-tools, cpp-options, cc-options,
ld-options, pkgconfig-depends, frameworks, c-sources,
default-language, other-languages, default-extensions,
other-extensions, extensions, extra-libraries, extra-lib-dirs,
includes, install-includes, include-dirs, hs-source-dirs,
other-modules, ghc-prof-options, ghc-shared-options, ghc-options,
hugs-options, nhc98-options, jhc-options
Configuring pong-1.0...
Warning: 'license: WTFPL' is not a recognised license. The known licenses are:
GPL, GPL-2, GPL-3, LGPL, LGPL-2.1, LGPL-3, BSD3, MIT, PublicDomain,
AllRightsReserved, OtherLicense
Building pong-1.0...
Preprocessing executable 'pong' for pong-1.0...
on the commandline: Warning:
-package-conf is deprecated: Use -package-db instead
[2 of 5] Compiling Pong.Model ( Pong/Model.hs, dist/build/pong/pong-tmp/Pong/Model.o )
Pong/Model.hs:24:33:
Not in scope: `_2'
Perhaps you meant one of these: `_x' (line 30), `_y' (line 31)
Pong/Model.hs:25:33:
Not in scope: `_2'
Perhaps you meant one of these: `_x' (line 30), `_y' (line 31)
cabal: Error: some packages failed to install:
pong-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