diff options
-rw-r--r-- | haddock-library/haddock-library.cabal | 5 | ||||
-rw-r--r-- | haddock.cabal | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/haddock-library/haddock-library.cabal b/haddock-library/haddock-library.cabal index 779f75c6..3fb5591f 100644 --- a/haddock-library/haddock-library.cabal +++ b/haddock-library/haddock-library.cabal @@ -1,5 +1,5 @@ name: haddock-library -version: 2.15.0 +version: 1.0.0 synopsis: Library exposing some functionality of Haddock. description: Haddock is a documentation-generation tool for Haskell @@ -72,4 +72,5 @@ test-suite spec source-repository head type: git - location: http://git.haskell.org/haddock.git + subdir: haddock-library + location: https://github.com/haskell/haddock.git diff --git a/haddock.cabal b/haddock.cabal index 0163719c..5c10656c 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -234,4 +234,4 @@ test-suite latex-test source-repository head type: git - location: http://git.haskell.org/haddock.git + location: https://github.com/haskell/haddock.git |