[commit: packages/bytestring] ghc-head: Bump version to 0.10.4.0 (930a45b)

git at git.haskell.org git
Thu Oct 10 08:56:23 UTC 2013


Repository : ssh://git at git.haskell.org/bytestring

On branch  : ghc-head
Link       : http://git.haskell.org/packages/bytestring.git/commitdiff/930a45babaf265b7fda1a3f3573458dba6eb3b06

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

commit 930a45babaf265b7fda1a3f3573458dba6eb3b06
Author: Duncan Coutts <duncan at community.haskell.org>
Date:   Sun Oct 6 16:26:11 2013 +0100

    Bump version to 0.10.4.0


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

930a45babaf265b7fda1a3f3573458dba6eb3b06
 bytestring.cabal |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/bytestring.cabal b/bytestring.cabal
index 8fd35a2..7925707 100644
--- a/bytestring.cabal
+++ b/bytestring.cabal
@@ -1,5 +1,5 @@
 Name:                bytestring
-Version:             0.10.3.0
+Version:             0.10.4.0
 Synopsis:            Fast, compact, strict and lazy byte strings with a list interface
 Description:
     An efficient compact, immutable byte string type (both strict and lazy)
@@ -64,6 +64,11 @@ source-repository head
   type:     git
   location: https://github.com/haskell/bytestring
 
+source-repository this
+  type:     git
+  location: https://github.com/haskell/bytestring
+  tag: 0.10.4.0
+
 flag integer-simple
   description: Use the simple integer library instead of GMP
   default: False




More information about the ghc-commits mailing list