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

Bump `base` constraint for AMP

parent 6378c16a
No related branches found
No related tags found
No related merge requests found
# Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
## 2.7.0.2 *TBA*
* Add support for `base-4.8.0.0`
* Add haddock comments on `RTLD_NEXT` and `RTLD_DEFAULT`
* Deprecate function `haveRtldLocal`
## 2.7.0.1 *Mar 2014*
* Bundled with GHC 7.8.1
......
name: unix
version: 2.7.0.2
-- GHC 7.8.2 released with 2.7.0.1
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
maintainer: libraries@haskell.org
......@@ -58,7 +58,7 @@ library
Trustworthy
build-depends:
base >= 4.5 && < 4.8,
base >= 4.5 && < 4.9,
bytestring >= 0.9.2 && < 0.11,
time >= 1.2 && < 1.5
......
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