diff options
| -rw-r--r-- | libraries/integer-simple/integer-simple.cabal | 3 |
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 |
