From e144453b605a44fc891dfe070ca1d161089c8292 Mon Sep 17 00:00:00 2001 From: Duncan Coutts Date: Sun, 18 Jan 2009 18:09:47 +0000 Subject: [PATCH] List the extensions in the .cabal file --HG-- extra : convert_revision : e8fa3c630b9c14399985b05b102e8b4cfc7a6341 --- text.cabal | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/text.cabal b/text.cabal index dd65b2c9..ce8b3a96 100644 --- a/text.cabal +++ b/text.cabal @@ -33,6 +33,11 @@ library build-depends: ghc-prim + extensions: + ExistentialQuantification + BangPatterns + MagicHash + --TODO: upgrade to -Wall: ghc-options: -W -fwarn-orphans if impl(ghc >= 6.8)