summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorBodigrim <andrew.lelechenko@gmail.com>2023-01-05 23:47:57 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-01-18 22:24:51 -0500
commit32ab07bf3d6ce45e8ea5b55e8095174a6b42a7f0 (patch)
treee96109da5044566825f9525927b34e84fbfa798f /compiler/ghc.cabal.in
parenteb5a6b91e02b48f9171217743e3417cb33eb92e3 (diff)
downloadhaskell-32ab07bf3d6ce45e8ea5b55e8095174a6b42a7f0.tar.gz
ghc package does not have to depend on terminfo
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 2bb41c0fc3..8e8bafbf8a 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -46,11 +46,6 @@ Flag internal-interpreter
Default: False
Manual: True
-Flag terminfo
- Description: Build GHC with terminfo support on non-Windows platforms.
- Default: True
- Manual: True
-
Flag dynamic-system-linker
Description: The system can load dynamic code. This is not the case for musl.
Default: True
@@ -98,8 +93,6 @@ Library
if os(windows)
Build-Depends: Win32 >= 2.3 && < 2.14
else
- if flag(terminfo)
- Build-Depends: terminfo == 0.4.*
Build-Depends: unix >= 2.7 && < 2.9
GHC-Options: -Wall