[commit: packages/directory] master: Update changelog and version (1.2.2.1) (184c668)

git at git.haskell.org git at git.haskell.org
Fri Dec 18 09:50:14 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/184c668b1b830bd04e33d87e2b16863b8354f99a/directory

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

commit 184c668b1b830bd04e33d87e2b16863b8354f99a
Author: Phil Ruffwind <rf at rufflewind.com>
Date:   Fri Apr 10 20:04:32 2015 -0400

    Update changelog and version (1.2.2.1)


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

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

diff --git a/changelog.md b/changelog.md
index 31c8393..8d2b934 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,11 @@
 Changelog for the [`directory`][1] package
 ==========================================
 
+## 1.2.2.1 (Apr 2015)
+
+  * [#24](https://github.com/haskell/directory/issues/24):
+    Fix dependency problem on NixOS when building with tests
+
 ## 1.2.2.0 (Mar 2015)
 
   * Bundled with GHC 7.10.1
diff --git a/directory.cabal b/directory.cabal
index a6a330c..396c845 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -1,5 +1,5 @@
 name:           directory
-version:        1.2.2.0
+version:        1.2.2.1
 -- NOTE: Don't forget to update ./changelog.md
 license:        BSD3
 license-file:   LICENSE



More information about the ghc-commits mailing list