[commit: packages/bytestring] 0.10.4.x: Add link to this target for source repo (5a60134)

git at git.haskell.org git at git.haskell.org
Fri Jan 23 22:43:07 UTC 2015


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

On branch  : 0.10.4.x
Link       : http://git.haskell.org/packages/bytestring.git/commitdiff/5a60134b00ff3ebb2db1e9ab3be802f4dea758f6

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

commit 5a60134b00ff3ebb2db1e9ab3be802f4dea758f6
Author: Duncan Coutts <duncan at community.haskell.org>
Date:   Sun Nov 9 22:00:16 2014 +0000

    Add link to this target for source repo


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

5a60134b00ff3ebb2db1e9ab3be802f4dea758f6
 bytestring.cabal | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/bytestring.cabal b/bytestring.cabal
index 73f9235..5deed76 100644
--- a/bytestring.cabal
+++ b/bytestring.cabal
@@ -64,6 +64,12 @@ source-repository head
   type:     git
   location: https://github.com/haskell/bytestring
 
+source-repository this
+  type:     git
+  location: https://github.com/haskell/bytestring
+  branch:   0.10.4.x
+  tag:      0.10.4.1
+
 flag integer-simple
   description: Use the simple integer library instead of GMP
   default: False



More information about the ghc-commits mailing list