From e745f0c47a01bad4ed575cfa84bd7c753b2355dd Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Sun, 31 Jan 2016 09:21:10 +0100 Subject: Minor cleanups to unix.cabal file --- unix.cabal | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'unix.cabal') 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, -- cgit v1.2.3