Remove extensions required for GHC < 6.10
authorIan Lynagh <igloo@earth.li>
Mon, 17 Jan 2011 18:47:15 +0000 (18:47 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 17 Jan 2011 18:47:15 +0000 (18:47 +0000)
base.cabal

index 6965569..04caae1 100644 (file)
@@ -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,