[commit: packages/directory] improve-tests, improve-tests-for-real, master, tmp: Bump `base` constraint (2cb6678)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:36:23 UTC 2015
Repository : ssh://git@git.haskell.org/directory
On branches: improve-tests,improve-tests-for-real,master,tmp
Link : http://ghc.haskell.org/trac/ghc/changeset/2cb66787cc3599d5ded2b8c7f8b23bc7b152b58d/directory
>---------------------------------------------------------------
commit 2cb66787cc3599d5ded2b8c7f8b23bc7b152b58d
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Sep 9 16:31:37 2014 +0200
Bump `base` constraint
>---------------------------------------------------------------
2cb66787cc3599d5ded2b8c7f8b23bc7b152b58d
changelog.md | 4 ++++
directory.cabal | 11 +++--------
2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/changelog.md b/changelog.md
index 4796194..c361237 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
# Changelog for [`directory` package](http://hackage.haskell.org/package/directory)
+## 1.2.1.1 *TBA*
+
+ * Bundled with GHC 7.10.1(?)
+
## 1.2.1.0 *Mar 2014*
* Bundled with GHC 7.8.1
diff --git a/directory.cabal b/directory.cabal
index de282df..a4a0d44 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -1,6 +1,6 @@
name: directory
-version: 1.2.1.0
--- GHC 7.6.3 released with 1.2.0.1
+version: 1.2.1.1
+-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
maintainer: libraries at haskell.org
@@ -33,11 +33,6 @@ source-repository head
type: git
location: http://git.haskell.org/packages/directory.git
-source-repository this
- type: git
- location: http://git.haskell.org/packages/directory.git
- tag: directory-1.2.0.2-release
-
Library
default-language: Haskell2010
other-extensions:
@@ -57,7 +52,7 @@ Library
HsDirectory.h
build-depends:
- base >= 4.5 && < 4.8,
+ base >= 4.5 && < 4.9,
time >= 1.4 && < 1.5,
filepath >= 1.3 && < 1.4
if os(windows)
More information about the ghc-commits
mailing list