Skip to content

Instantly share code, notes, and snippets.

@simonmichael
Created July 11, 2013 18:46
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 simonmichael/5978083 to your computer and use it in GitHub Desktop.
Save simonmichael/5978083 to your computer and use it in GitHub Desktop.
~/src/darcs$ cabal clean -v3
Using external setup method with build-type Custom
creating dist/setup
Using Cabal library version 1.10.2.0
Using ./Setup.lhs as setup script.
Setup script is out of date, compiling...
searching for ghc in path.
found ghc at /usr/bin/ghc
("/usr/bin/ghc",["--numeric-version"])
/usr/bin/ghc is version 7.6.3
looking for tool "ghc-pkg" near compiler in /usr/bin
found ghc-pkg in /usr/bin/ghc-pkg
("/usr/bin/ghc-pkg",["--version"])
/usr/bin/ghc-pkg is version 7.6.3
("/usr/bin/ghc",["--supported-languages"])
("/usr/bin/ghc",["--info"])
("/usr/bin/ghc",["-v","--make","./Setup.lhs","-o","./dist/setup/setup","-odir","./dist/setup","-hidir","./dist/setup","-i","-i.","-package","Cabal-1.10.2.0"])
Glasgow Haskell Compiler, Version 7.6.3, stage 2 booted by GHC version 7.4.2
Using binary package database: /Library/Frameworks/GHC.framework/Versions/7.6.3-i386/usr/lib/ghc-7.6.3/package.conf.d/package.cache
Using binary package database: /Users/simon/.ghc/i386-darwin-7.6.3/package.conf.d/package.cache
*** Deleting temp files:
Deleting:
*** Deleting temp dirs:
Deleting:
<command line>: cannot satisfy -package Cabal-1.10.2.0
(use -v for more information)
/usr/bin/ghc returned ExitFailure 1
~/src/darcs$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.6.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment