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

Bump `base` constraint

parent cc6bbbf2
No related branches found
No related tags found
No related merge requests found
# 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
......
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,
......
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