Skip to content

Instantly share code, notes, and snippets.

@jeremyheiler
Created September 9, 2015 21:17
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 jeremyheiler/84b8498366e12fd119aa to your computer and use it in GitHub Desktop.
Save jeremyheiler/84b8498366e12fd119aa to your computer and use it in GitHub Desktop.
~:$ cabal update
Config file path source is default config file.
Config file /Users/jeremy/.cabal/config not found.
Writing default configuration to /Users/jeremy/.cabal/config
Downloading the latest package list from hackage.haskell.org
Note: there is a new version of cabal-install available.
To upgrade, run: cabal install cabal-install
~:$ cabal install cabal-install
Resolving dependencies...
Downloading cabal-install-1.22.6.0...
Configuring cabal-install-1.22.6.0...
Building cabal-install-1.22.6.0...
Installed cabal-install-1.22.6.0
~:$ cabal update
Downloading the latest package list from hackage.haskell.org
Note: there is a new version of cabal-install available.
To upgrade, run: cabal install cabal-install
~:$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment