Skip to content
Snippets Groups Projects
Commit b3775fa5 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Prepare for 2.7.1.0 release

parent 9a9ea929
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
## 2.7.1.0 *Dec 2014* ## 2.7.1.0 *Dec 2014*
* Bundled with GHC 7.10.1
* Add support for `base-4.8.0.0` * Add support for `base-4.8.0.0`
* Tighten `SafeHaskell` bounds for GHC 7.10+ * Tighten `SafeHaskell` bounds for GHC 7.10+
......
...@@ -10,7 +10,7 @@ synopsis: POSIX functionality ...@@ -10,7 +10,7 @@ synopsis: POSIX functionality
category: System category: System
build-type: Configure build-type: Configure
cabal-version: >= 1.10 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: description:
This package gives you access to the set of operating system This package gives you access to the set of operating system
services standardised by POSIX 1003.1b (or the IEEE Portable services standardised by POSIX 1003.1b (or the IEEE Portable
...@@ -48,9 +48,10 @@ library ...@@ -48,9 +48,10 @@ library
CPP CPP
DeriveDataTypeable DeriveDataTypeable
InterruptibleFFI InterruptibleFFI
NoMonomorphismRestriction NondecreasingIndentation
OverloadedStrings OverloadedStrings
RankNTypes RankNTypes
RecordWildCards
if impl(ghc) if impl(ghc)
other-extensions: other-extensions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment