diff options
Diffstat (limited to 'libraries/integer-simple/integer-simple.cabal')
| -rw-r--r-- | libraries/integer-simple/integer-simple.cabal | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/integer-simple/integer-simple.cabal b/libraries/integer-simple/integer-simple.cabal index f958aa8201..0c05ad71ec 100644 --- a/libraries/integer-simple/integer-simple.cabal +++ b/libraries/integer-simple/integer-simple.cabal @@ -26,6 +26,6 @@ Library      other-modules: GHC.Integer.Type      default-extensions: CPP, MagicHash, BangPatterns, UnboxedTuples,                  UnliftedFFITypes, NoImplicitPrelude -    -- We need to set the package name to integer-simple +    -- We need to set the unit ID to integer-simple      -- (without a version number) as it's magic. -    ghc-options: -this-package-key integer-simple -Wall +    ghc-options: -this-unit-id integer-simple -Wall  | 
