hs-boehmgc/buildsystem: rm of tempdir after cabal install caused problems with foreig...
authorHarald Steinlechner <haraldsteinlechner@gmail.com>
Fri, 24 Aug 2012 09:21:46 +0000 (11:21 +0200)
committerHarald Steinlechner <haraldsteinlechner@gmail.com>
Fri, 24 Aug 2012 09:21:46 +0000 (11:21 +0200)
commit9c9a4d2b3c41546fc7995b106181ef4f987f4281
treeeb04538a901fac6c43f54203436fb7124e4f77ef
parent1d125225bf0257dcfcf415f94eb46e07daee2dbf
hs-boehmgc/buildsystem: rm of tempdir after cabal install caused problems with foreign libs (libgc not found during linking); this occurs due to linking with mate - altough  cabal Setup.hs patches correct extra-library-dirs these dirs dont exist after build;

there are two possible fixes:
- ship hs-boehmgc with libgc
- patch cabal install dirs into cabal file in Setup.hs
.gitignore
tools/installhaskellenv.sh