From 3f3fe08e87db0ae829a4447896f50fae25e175c3 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 27 Aug 2008 20:41:27 +0000 Subject: Update extensions in Cabal file Use ScopedTypeVariables instead of PatternSignatures --- haddock.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'haddock.cabal') diff --git a/haddock.cabal b/haddock.cabal index 985a2a2b..3464ea76 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -82,7 +82,7 @@ executable haddock main-is: Main.hs hs-source-dirs: src extensions: CPP, PatternGuards, DeriveDataTypeable, - PatternSignatures, MagicHash + ScopedTypeVariables, MagicHash ghc-options: -funbox-strict-fields -O2 other-modules: @@ -122,7 +122,7 @@ executable haddock library hs-source-dirs: src extensions: CPP, PatternGuards, DeriveDataTypeable, - PatternSignatures, MagicHash + ScopedTypeVariables, MagicHash exposed-modules: Distribution.Haddock other-modules: Haddock.Types -- cgit v1.2.3