diff options
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/ |