Repository : ssh://[email protected]/base On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/fb739a10de0ddf1d90efcbe9f0de1e7ed41a5c9e/base
>--------------------------------------------------------------- commit fb739a10de0ddf1d90efcbe9f0de1e7ed41a5c9e Author: Herbert Valerio Riedel <[email protected]> Date: Wed Sep 11 15:15:01 2013 +0200 Update Git repo URL in `base.cabal` This is related to #8121 >--------------------------------------------------------------- fb739a10de0ddf1d90efcbe9f0de1e7ed41a5c9e base.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.cabal b/base.cabal index 0b49863..6e8e67e 100644 --- a/base.cabal +++ b/base.cabal @@ -22,7 +22,7 @@ extra-source-files: source-repository head type: git - location: http://darcs.haskell.org/packages/base.git/ + location: http://git.haskell.org/packages/base.git Flag integer-simple Description: Use integer-simple _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
