[commit: packages/unix] master: Prepare for 2.7.1.0 release (b3775fa)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 15:51:12 UTC 2015
Repository : ssh://git@git.haskell.org/unix
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b3775fa5fd41b3c663ac60e3dc4f68433743ce94/unix
>---------------------------------------------------------------
commit b3775fa5fd41b3c663ac60e3dc4f68433743ce94
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Fri Dec 19 10:02:18 2014 +0100
Prepare for 2.7.1.0 release
>---------------------------------------------------------------
b3775fa5fd41b3c663ac60e3dc4f68433743ce94
changelog.md | 2 ++
unix.cabal | 5 +++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/changelog.md b/changelog.md
index 3a04bfc..a2ce61f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,8 @@
## 2.7.1.0 *Dec 2014*
+ * Bundled with GHC 7.10.1
+
* Add support for `base-4.8.0.0`
* Tighten `SafeHaskell` bounds for GHC 7.10+
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:
More information about the ghc-commits
mailing list