Skip to content

Instantly share code, notes, and snippets.

Created September 2, 2012 05:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3595096 to your computer and use it in GitHub Desktop.
Save anonymous/3595096 to your computer and use it in GitHub Desktop.
pugs-compat caba failure
C:\Github\Pugs.hs>cabal install -O2 Pugs
Resolving dependencies...
Configuring pugs-compat-0.0.6.20120717.204800...
Building pugs-compat-0.0.6.20120717.204800...
Preprocessing library pugs-compat-0.0.6.20120717.204800...
src\Pugs\Compat\Posix.hs:134:8:
Could not find module `IO'
It is a member of the hidden package `haskell98-2.0.0.1'.
Perhaps you need to add `haskell98' to the build-depends in your .cabal file
.
Use -v to see a list of the files searched for.
cabal: Error: some packages failed to install:
Pugs-6.2.13.20120717 depends on pugs-compat-0.0.6.20120717.204800 which failed
to install.
pugs-compat-0.0.6.20120717.204800 failed during the building phase. The
exception was:
ExitFailure 1
C:\Github\Pugs.hs>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment