Skip to content
Snippets Groups Projects
Commit 4383ee1b authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Add NoImplicitPrelude to the extensions used

parent 5f656614
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment