diff options
author | simonpj@microsoft.com <unknown> | 2010-07-19 17:04:41 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2010-07-19 17:04:41 +0000 |
commit | b1ce368963545ea887d31a035040b867a4d0186e (patch) | |
tree | af7871e507b2c6b16cdac419a9204b5eb3dc042b /compiler/ghc.cabal.in | |
parent | ec5035bd9b6a052126d9631331ff924fc9cc28e6 (diff) | |
download | haskell-b1ce368963545ea887d31a035040b867a4d0186e.tar.gz |
Don't use RelaxedPolyRec in the compiler; it's built in now
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 279e672e8a..01e7b0701b 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -98,7 +98,7 @@ Library ForeignFunctionInterface, EmptyDataDecls, TypeSynonymInstances, MultiParamTypeClasses, FlexibleInstances, Rank2Types, ScopedTypeVariables, - DeriveDataTypeable, RelaxedPolyRec + DeriveDataTypeable Include-Dirs: . parser utils |