Skip to content

Commit

Permalink
cabal install
Browse files Browse the repository at this point in the history
  • Loading branch information
mwotton committed Dec 13, 2010
1 parent abb8a8c commit 7c893c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ cd hint
cabal install --with-ghc=ghc-$ghc_version
cd ..

ghc-$ghc_version --make Setup
# ghc-$ghc_version --make Setup
# this is pretty ugly - this line creates the Includes.hs file,
# as cabal install ignores the given Setup.hs. FIXME
./Setup configure --extra-include-dirs=$HOME/.rvm/rubies/ruby-1.9.1-p378/include/ruby-1.9.1/x86_64-linux --extra-include-dirs=$HOME/.rvm/rubies/ruby-1.9.1-p378/include/ruby-1.9.1/ --extra-lib-dirs=$HOME/.rvm/rubies/ruby-1.9.1-p378/lib/ --user --enable-shared
# ./Setup configure --extra-include-dirs=$HOME/.rvm/rubies/ruby-1.9.1-p378/include/ruby-1.9.1/x86_64-linux --extra-include-dirs=$HOME/.rvm/rubies/ruby-1.9.1-p378/include/ruby-1.9.1/ --extra-lib-dirs=$HOME/.rvm/rubies/ruby-1.9.1-p378/lib/ --user --enable-shared
cabal install --extra-include-dirs=$HOME/.rvm/rubies/ruby-1.9.1-p378/include/ruby-1.9.1/x86_64-linux --extra-include-dirs=$HOME/.rvm/rubies/ruby-1.9.1-p378/include/ruby-1.9.1/ --extra-lib-dirs=$HOME/.rvm/rubies/ruby-1.9.1-p378/lib/ --user --enable-shared --with-ghc=ghc-$ghc_version
cd ..

Expand Down

0 comments on commit 7c893c0

Please sign in to comment.