summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-07-22 17:47:29 +0000
committerIan Lynagh <igloo@earth.li>2009-07-22 17:47:29 +0000
commitcfe2b671c88f910ee123ab3223827e7d6b0eca3b (patch)
tree08c3ef5fdf9e548d0e18361310c7e00fd14e13e5 /libraries
parenta7e4d7982fef647ffb1bef2d34bbfe291e9c2211 (diff)
downloadhaskell-cfe2b671c88f910ee123ab3223827e7d6b0eca3b.tar.gz
Add NoImplicitPrelude to the extensions used
Diffstat (limited to 'libraries')
-rw-r--r--libraries/integer-simple/integer-simple.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/integer-simple/integer-simple.cabal b/libraries/integer-simple/integer-simple.cabal
index b137dd8997..50d8bbad61 100644
--- a/libraries/integer-simple/integer-simple.cabal
+++ b/libraries/integer-simple/integer-simple.cabal
@@ -15,7 +15,8 @@ Library {
GHC.Integer.Simple.Internals
other-modules: GHC.Integer.Type
extensions: CPP, MagicHash, BangPatterns, UnboxedTuples,
- ForeignFunctionInterface, UnliftedFFITypes
+ ForeignFunctionInterface, UnliftedFFITypes,
+ NoImplicitPrelude
-- We need to set the package name to integer-simple
-- (without a version number) as it's magic.
ghc-options: -package-name integer-simple -Wall -Werror