From fc160334cbeea731301fc723d1da5577dc2e40a1 Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Wed, 18 Jun 2014 00:05:56 +0200 Subject: Update cabal files Update repository urls, use subdir property for haddock-library and use a separate versioning scheme for haddock-library in preparation for release. --- haddock-library/haddock-library.cabal | 5 +++-- 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 -- cgit v1.2.3