codegen: handle exceptions of a method
[mate.git] / tools / installhaskellenv.sh
index 5bbe9914c2d5b36ff7a05b609a6012664aaf51fd..906974ed24f9a9b033713cf9fda2c7c18f9632dc 100755 (executable)
@@ -15,13 +15,12 @@ function gitinstall {
 #my Setup.hs - as workaround i invoke runhaskell Setup.hs etc directly
 function gitinstallWithCustomSetup {
        url=$1
-       git clone $url tmprepo
-       cd tmprepo
+       git clone $url hs-boehmgc
+       cd hs-boehmgc
         runhaskell Setup.hs configure --user $CABAL_OPT
         runhaskell Setup.hs build 
         runhaskell Setup.hs install
        cd ..
-       rm -rf tmprepo
 }
 
 rm -rf ~/.ghc ~/.cabal
@@ -33,6 +32,7 @@ cabal install missingh $CABAL_OPT
 cabal install heap $CABAL_OPT
 cabal install plugins $CABAL_OPT
 cabal install split $CABAL_OPT
+cabal install bimap $CABAL_OPT
 
 # cabal install hs-java $CABAL_OPT
 gitinstall git://wien.tomnetworks.com/hs-java.git