[commit: packages/filepath] master: Bump `base` constraint (7011e20)
git at git.haskell.org
git at git.haskell.org
Tue Sep 9 14:40:22 UTC 2014
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/7011e20dbe30f96f34f6cfb1fd3f3aad9e7a6534
>---------------------------------------------------------------
commit 7011e20dbe30f96f34f6cfb1fd3f3aad9e7a6534
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Sep 9 16:38:57 2014 +0200
Bump `base` constraint
...and update cabal meta-info while at it
>---------------------------------------------------------------
7011e20dbe30f96f34f6cfb1fd3f3aad9e7a6534
changelog.md | 4 ++++
filepath.cabal | 15 +++++----------
2 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/changelog.md b/changelog.md
index ef3eb46..2feaf5a 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
# Changelog for [`filepath` package](http://hackage.haskell.org/package/filepath)
+## 1.3.0.3 *TBA*
+
+ * Bundled with GHC 7.10.1
+
## 1.3.0.2 *Mar 2014*
* Bundled with GHC 7.8.1
diff --git a/filepath.cabal b/filepath.cabal
index c510089..37f1de0 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -1,11 +1,11 @@
Name: filepath
-Version: 1.3.0.2
--- GHC 7.6.1 released with 1.3.0.1
+Version: 1.3.0.3
+-- NOTE: Don't forget to update ./changelog.md
License: BSD3
license-file: LICENSE
Author: Neil Mitchell
Maintainer: libraries at haskell.org
-bug-reports: http://ghc.haskell.org/trac/ghc/newticket?component=libraries%20%28other%29&keywords=filepath
+bug-reports: https://github.com/haskell/filepath/issues
Homepage: http://www-users.cs.york.ac.uk/~ndm/filepath/
Category: System
build-type: Simple
@@ -38,7 +38,7 @@ Library
System.FilePath.Windows
Build-Depends:
- base >= 4 && < 4.8
+ base >= 4 && < 4.9
ghc-options: -Wall
@@ -60,9 +60,4 @@ Test-Suite filepath-tests
source-repository head
type: git
- location: http://git.haskell.org/packages/filepath.git
-
-source-repository this
- type: git
- location: http://git.haskell.org/packages/filepath.git
- tag: filepath-1.3.0.2-release
+ location: https://github.com/haskell/filepath.git
\ No newline at end of file
More information about the ghc-commits
mailing list