[commit: packages/bytestring] ghc-head: Point various URLs at github (b20547a)
git at git.haskell.org
git at git.haskell.org
Thu Aug 29 10:18:51 CEST 2013
Repository : ssh://git@git.haskell.org/bytestring
On branch : ghc-head
Link : http://git.haskell.org/?p=packages/bytestring.git;a=commit;h=b20547a2d3a159f1dbd4af4c1b22ce5a0efd715a
>---------------------------------------------------------------
commit b20547a2d3a159f1dbd4af4c1b22ce5a0efd715a
Author: Bryan O'Sullivan <bos at serpentine.com>
Date: Fri Feb 15 11:19:32 2013 -0800
Point various URLs at github
>---------------------------------------------------------------
b20547a2d3a159f1dbd4af4c1b22ce5a0efd715a
bytestring.cabal | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/bytestring.cabal b/bytestring.cabal
index 3c92d9e..17fd5fe 100644
--- a/bytestring.cabal
+++ b/bytestring.cabal
@@ -49,16 +49,16 @@ Author: Don Stewart,
Duncan Coutts
Maintainer: Don Stewart <dons00 at gmail.com>,
Duncan Coutts <duncan at community.haskell.org>
-Bug-reports: dons00 at gmail.com,
- duncan at community.haskell.org
+Homepage: https://github.com/haskell/bytestring
+Bug-reports: https://github.com/haskell/bytestring/issues
Tested-With: GHC==7.6.1, GHC==7.4.1, GHC==7.0.4, GHC==6.12.3
Build-Type: Simple
Cabal-Version: >= 1.8
extra-source-files: README TODO
source-repository head
- type: darcs
- location: http://darcs.haskell.org/bytestring/
+ type: git
+ location: https://github.com/haskell/bytestring
library
build-depends: base >= 4.2 && < 5, ghc-prim, deepseq
More information about the ghc-commits
mailing list