From 4277f8687cf5085e92404b6540025f8a51fdda35 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 17 Jan 2011 18:47:15 +0000 Subject: [PATCH] Remove extensions required for GHC < 6.10 --- base.cabal | 4 ---- 1 file changed, 4 deletions(-) diff --git a/base.cabal b/base.cabal index 6965569..04caae1 100644 --- a/base.cabal +++ b/base.cabal @@ -105,10 +105,6 @@ Library { DeriveDataTypeable, GeneralizedNewtypeDeriving, FlexibleInstances, StandaloneDeriving, PatternGuards, EmptyDataDecls, NoImplicitPrelude - - if impl(ghc < 6.10) - -- PatternSignatures was deprecated in 6.10 - extensions: PatternSignatures } exposed-modules: Control.Applicative, -- 1.7.10.4