Repository : ssh://g...@git.haskell.org/bytestring On branch : ghc-head Link : http://git.haskell.org/packages/bytestring.git/commitdiff/930a45babaf265b7fda1a3f3573458dba6eb3b06
>--------------------------------------------------------------- commit 930a45babaf265b7fda1a3f3573458dba6eb3b06 Author: Duncan Coutts <dun...@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 _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits