Skip to content

Commit 0de7ab9

Browse files
committed
Modified the cabal file to allow special inclusion of a version of AST.hs based on
the version of ghc being used. This is to work around the bug in GHC 6.12.x which caused the compiler to use excessive memory when compiling this package. The bug is http://hackage.haskell.org/trac/ghc/ticket/3972. The workaround is to compiled AST.hs with OPTIONS_GHC -fomit-interface-pragmas So we have two versions of AST.hs in the source tree. One with the bug fix for the 6.12 series of compiler and one without for "normal" ghc.
1 parent 7e617e5 commit 0de7ab9

3 files changed

Lines changed: 738 additions & 1 deletion

File tree

0 commit comments

Comments
 (0)