Skip to content

Instantly share code, notes, and snippets.

@DeTeam
Created December 30, 2014 19:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DeTeam/603f9dc413a59640edbf to your computer and use it in GitHub Desktop.
Save DeTeam/603f9dc413a59640edbf to your computer and use it in GitHub Desktop.
Codeship Haskell setup commands
# Codeship + Haskell (cabal)
cabal update
cabal install cabal-install
export PATH=$HOME/.cabal/bin:$PATH
cabal sandbox init
cabal install --only-dependencies --enable-tests
cabal configure --enable-tests
cabal build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment