From b1ce368963545ea887d31a035040b867a4d0186e Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Mon, 19 Jul 2010 17:04:41 +0000 Subject: [PATCH] Don't use RelaxedPolyRec in the compiler; it's built in now --- compiler/ghc.cabal.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4