[commit: packages/directory] master: Update changelog for #69 (56de0b3)
git at git.haskell.org
git at git.haskell.org
Mon Apr 17 21:35:20 UTC 2017
- Previous message: [commit: packages/containers] changelog-foldtree, cleaned_bugfix394, develop-0.6, develop-0.6-questionable, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-184-generic, revert-408-bugfix_394, zip-devel: Make version-appropriate Foldable imports (39e9ee9)
- Next message: [commit: packages/filepath] bgamari-patch-1, master: Move the cabal-version to the top of the file, feels safest (fb553fe)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/56de0b3cee76bf9f7e9b7184409656ec0cd0db02/directory
>---------------------------------------------------------------
commit 56de0b3cee76bf9f7e9b7184409656ec0cd0db02
Author: Phil Ruffwind <rf at rufflewind.com>
Date: Thu Feb 9 21:35:56 2017 -0500
Update changelog for #69
>---------------------------------------------------------------
56de0b3cee76bf9f7e9b7184409656ec0cd0db02
changelog.md | 5 +++++
directory.cabal | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/changelog.md b/changelog.md
index 9d32573..f696f4f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,11 @@
Changelog for the [`directory`][1] package
==========================================
+## 1.3.0.2 (February 2017)
+
+ * [optimization] Increase internal buffer size of `copyFile`
+ ([#69](https://github.com/haskell/directory/pull/69))
+
## 1.3.0.1 (January 2017)
* Relax Win32 version bounds to support 2.5.
diff --git a/directory.cabal b/directory.cabal
index ce79c32..5b0b183 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -1,5 +1,5 @@
name: directory
-version: 1.3.0.1
+version: 1.3.0.2
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
- Previous message: [commit: packages/containers] changelog-foldtree, cleaned_bugfix394, develop-0.6, develop-0.6-questionable, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-184-generic, revert-408-bugfix_394, zip-devel: Make version-appropriate Foldable imports (39e9ee9)
- Next message: [commit: packages/filepath] bgamari-patch-1, master: Move the cabal-version to the top of the file, feels safest (fb553fe)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list