codegen: handle exceptions of a method
[mate.git] / tools / installBoehm.sh
1 #!/bin/bash -x
2 git clone git://wien.tomnetworks.com/hs-boehmgc.git hs-boehmgc
3 cd hs-boehmgc
4 runhaskell Setup.hs configure --user $CABAL_OPT
5 runhaskell Setup.hs build 
6 runhaskell Setup.hs install
7 cd ..
8 echo DONE