diff options
author | Ian Lynagh <igloo@earth.li> | 2011-04-05 19:04:17 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-04-05 19:04:17 +0100 |
commit | 4970a5ca033fc5c0e8ab7bc85263be31190b41cd (patch) | |
tree | f8f8b66ec012fa0a0d3ded03aeafcf3b695a2ede /libraries/template-haskell/template-haskell.cabal | |
parent | 3b1ec6e19e3a527ea022d5a67c2484e011ccbb27 (diff) | |
download | haskell-4970a5ca033fc5c0e8ab7bc85263be31190b41cd.tar.gz |
Update source-repository in the .cabal file to point to the git repo
Diffstat (limited to 'libraries/template-haskell/template-haskell.cabal')
-rw-r--r-- | libraries/template-haskell/template-haskell.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal index 3a0debd018..50d4f9d280 100644 --- a/libraries/template-haskell/template-haskell.cabal +++ b/libraries/template-haskell/template-haskell.cabal @@ -27,6 +27,6 @@ Library ghc-options: -package-name template-haskell source-repository head - type: darcs - location: http://darcs.haskell.org/packages/template-haskell/ + type: git + location: http://darcs.haskell.org/packages/template-haskell.git/ |