aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix.cabal
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-31 09:21:10 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-31 09:32:59 +0100
commite745f0c47a01bad4ed575cfa84bd7c753b2355dd (patch)
tree7abfc3a3904fdc431db0ecb4e16853e289a3c327 /unix.cabal
parent91b82383873b46385d239f2b059f353b11f07e0f (diff)
Minor cleanups to unix.cabal file
Diffstat (limited to 'unix.cabal')
-rw-r--r--unix.cabal14
1 files changed, 8 insertions, 6 deletions
diff --git a/unix.cabal b/unix.cabal
index 0ae2772..cbe3716 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -49,14 +49,16 @@ library
DeriveDataTypeable
InterruptibleFFI
NondecreasingIndentation
- OverloadedStrings
RankNTypes
RecordWildCards
-
- if impl(ghc)
- other-extensions:
- Safe
- Trustworthy
+ Safe
+ Trustworthy
+
+ if os(windows)
+ -- This package currently supports neither Cygwin nor MinGW,
+ -- therefore os(windows) is effectively not supported.
+ build-depends: unbuildable<0
+ buildable: False
build-depends:
base >= 4.5 && < 4.10,