aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'unix.cabal')
-rw-r--r--unix.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/unix.cabal b/unix.cabal
index cc9c646..cde94db 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -10,7 +10,7 @@ synopsis: POSIX functionality
category: System
build-type: Configure
cabal-version: >= 1.10
-tested-with: GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1
+tested-with: GHC>=7.4.1
description:
This package gives you access to the set of operating system
services standardised by POSIX 1003.1b (or the IEEE Portable
@@ -48,9 +48,10 @@ library
CPP
DeriveDataTypeable
InterruptibleFFI
- NoMonomorphismRestriction
+ NondecreasingIndentation
OverloadedStrings
RankNTypes
+ RecordWildCards
if impl(ghc)
other-extensions: