summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 9ef9245a9a..494725a0b6 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -48,16 +48,6 @@ Flag terminfo
Default: True
Manual: True
-Flag integer-simple
- Description: Use integer-simple
- Manual: True
- Default: False
-
-Flag integer-gmp
- Description: Use integer-gmp
- Manual: True
- Default: False
-
Flag dynamic-system-linker
Description: The system can load dynamic code. This is not the case for musl.
Default: True
@@ -102,20 +92,6 @@ Library
CPP-Options: -DHAVE_INTERNAL_INTERPRETER
Include-Dirs: ../rts/dist/build @FFIIncludeDir@
- -- sanity-check to ensure not more than one integer flag is set
- if flag(integer-gmp) && flag(integer-simple)
- build-depends: invalid-cabal-flag-settings<0
-
- -- gmp internals are used by the GHCi debugger if available
- if flag(integer-gmp)
- CPP-Options: -DINTEGER_GMP
- build-depends: integer-gmp >= 1.0.2
-
- -- simple internals are used by the GHCi debugger if available
- if flag(integer-simple)
- CPP-Options: -DINTEGER_SIMPLE
- build-depends: integer-simple >= 0.1.1.1
-
-- if no dynamic system linker is available, don't try DLLs.
if flag(dynamic-system-linker)
CPP-Options: -DCAN_LOAD_DLL