[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


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



More information about the ghc-commits mailing list