[commit: packages/directory] bgamari-patch-1, master: Update changelog for previous commit (83e0f2f)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:35:10 UTC 2017


Repository : ssh://git@git.haskell.org/directory

On branches: bgamari-patch-1,master
Link       : http://ghc.haskell.org/trac/ghc/changeset/83e0f2f6163cbeabf079bf70ff57958bffe22a7e/directory

>---------------------------------------------------------------

commit 83e0f2f6163cbeabf079bf70ff57958bffe22a7e
Author: Phil Ruffwind <rf at rufflewind.com>
Date:   Wed Jan 18 18:46:23 2017 -0500

    Update changelog for previous commit


>---------------------------------------------------------------

83e0f2f6163cbeabf079bf70ff57958bffe22a7e
 changelog.md    | 5 +++++
 directory.cabal | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/changelog.md b/changelog.md
index 22f93a5..44cc261 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,11 @@
 Changelog for the [`directory`][1] package
 ==========================================
 
+## 1.3.0.1 (January 2017)
+
+  * Relax Win32 version bounds to support 2.6.
+    ([#67](https://github.com/haskell/directory/pull/67))
+
 ## 1.3.0.0 (December 2016)
 
   * **[breaking]** Drop trailing slashes in `canonicalizePath`
diff --git a/directory.cabal b/directory.cabal
index 7640aaf..ce79c32 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -1,5 +1,5 @@
 name:           directory
-version:        1.3.0.0
+version:        1.3.0.1
 -- NOTE: Don't forget to update ./changelog.md
 license:        BSD3
 license-file:   LICENSE



More information about the ghc-commits mailing list