[commit: packages/directory] master: Changelog fix: 1.2.3.2 never happened (ce5ae1f)
git at git.haskell.org
git at git.haskell.org
Fri Dec 18 09:52:46 UTC 2015
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ce5ae1f1d8c9d161bb3f55f02ce449bd8e9090ee/directory
>---------------------------------------------------------------
commit ce5ae1f1d8c9d161bb3f55f02ce449bd8e9090ee
Author: Phil Ruffwind <rf at rufflewind.com>
Date: Tue Sep 22 19:31:37 2015 -0400
Changelog fix: 1.2.3.2 never happened
>---------------------------------------------------------------
ce5ae1f1d8c9d161bb3f55f02ce449bd8e9090ee
changelog.md | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/changelog.md b/changelog.md
index 85d26be..9de30d9 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,16 +3,14 @@ Changelog for the [`directory`][1] package
## 1.2.4.0 (September 2015)
+ * Work around lack of `#const_str` when cross-compiling
+ ([haskell-cafe](F7D))
+
* Add `findExecutablesInDirectories`
([#33](https://github.com/haskell/directory/pull/33))
* Add `exeExtension`
-## 1.2.3.2 (August 2015)
-
- * Work around lack of `#const_str` when cross-compiling
- ([haskell-cafe](F7D))
-
[F7D]: https://mail.haskell.org/pipermail/haskell-cafe/2015-August/120892.html
## 1.2.3.1 (August 2015)
More information about the ghc-commits
mailing list