From: simonpj@microsoft.com Date: Mon, 19 Jul 2010 17:04:41 +0000 (+0000) Subject: Don't use RelaxedPolyRec in the compiler; it's built in now X-Git-Tag: 2010-11-18~404 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b1ce368963545ea887d31a035040b867a4d0186e Don't use RelaxedPolyRec in the compiler; it's built in now --- diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 279e672..01e7b07 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