Skip to content

Instantly share code, notes, and snippets.

@mklinik
Created March 15, 2014 13:08
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 mklinik/9566955 to your computer and use it in GitHub Desktop.
Save mklinik/9566955 to your computer and use it in GitHub Desktop.
$ cabal install
Resolving dependencies...
Configuring vimus-0.0.0...
Building vimus-0.0.0...
Preprocessing executable 'vimus' for vimus-0.0.0...
src/Main.hs:1:1:
Could not find module `Prelude'
It is a member of the hidden package `base'.
Perhaps you need to add `base' to the build-depends in your .cabal file.
It is a member of the hidden package `base-compat-0.2.1'.
Perhaps you need to add `base-compat' to the build-depends in your .cabal file.
It is a member of the hidden package `haskell98-2.0.0.2'.
Perhaps you need to add `haskell98' to the build-depends in your .cabal file.
It is a member of the hidden package `haskell2010-1.1.1.0'.
Perhaps you need to add `haskell2010' to the build-depends in your .cabal file.
Use -v to see a list of the files searched for.
Failed to install vimus-0.0.0
cabal: Error: some packages failed to install:
vimus-0.0.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