From 737333db1a8eaed9312268e02bade5344d175d05 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel <hvr@gnu.org> Date: Tue, 9 Sep 2014 17:02:51 +0200 Subject: [PATCH] Bump `base` constraint --- changelog.md | 4 ++++ haskell98.cabal | 11 +++-------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/changelog.md b/changelog.md index 4509de5..0fec6a3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog for [`haskell98` package](http://hackage.haskell.org/package/haskell98) +## 2.0.0.4 *TBA* + + - Bundled with GHC 7.10.1 + ## 2.0.0.3 *Mar 2014* - Bundled with GHC 7.8.1 diff --git a/haskell98.cabal b/haskell98.cabal index 8a22c65..e28430d 100644 --- a/haskell98.cabal +++ b/haskell98.cabal @@ -1,6 +1,6 @@ name: haskell98 -version: 2.0.0.3 --- GHC 7.6.1 released with 2.0.0.2 +version: 2.0.0.4 +-- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org @@ -24,11 +24,6 @@ source-repository head type: git location: http://git.haskell.org/packages/haskell98.git -source-repository this - type: git - location: http://git.haskell.org/packages/haskell98.git - tag: haskell98-2.0.0.3-release - Library default-language: Haskell98 other-extensions: @@ -43,7 +38,7 @@ Library build-depends: array >= 0.5 && < 0.6, - base >= 4.7 && < 4.8, + base >= 4.7 && < 4.9, directory >= 1.2 && < 1.3, old-locale >= 1.0 && < 1.1, old-time >= 1.1 && < 1.2, -- GitLab