haskell-suite / haskell-packages

Haskell suite library for package management and integration with Cabal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use different library directories for different tools

UnkindPartition opened this issue · comments

E.g. instead of ~/.cabal/lib/i386-linux-haskellsuite-0.1/ it should be ~/.cabal/lib/i386-linux-toolname-0.1/

Fixed, by keeping the real compiler id in the compiler flavour, and amending the Text instance for it.