[commit: haddock] master, wip/api-annots-ghc-7.10-3: Loosen bounds on haddock-* (8ba7777)

git at git.haskell.org git at git.haskell.org
Wed Jul 8 08:38:10 UTC 2015


Repository : ssh://git@git.haskell.org/haddock

On branches: master,wip/api-annots-ghc-7.10-3
Link       : http://git.haskell.org/haddock.git/commitdiff/8ba7777c5db203512263934dfe40d56c1b4199b8

>---------------------------------------------------------------

commit 8ba7777c5db203512263934dfe40d56c1b4199b8
Author: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
Date:   Sat Mar 28 20:07:15 2015 +0000

    Loosen bounds on haddock-*


>---------------------------------------------------------------

8ba7777c5db203512263934dfe40d56c1b4199b8
 haddock-api/haddock-api.cabal | 2 +-
 haddock.cabal                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal
index 7ab7d71..3bc2226 100644
--- a/haddock-api/haddock-api.cabal
+++ b/haddock-api/haddock-api.cabal
@@ -48,7 +48,7 @@ library
     , ghc >= 7.10 && < 7.10.2
 
     , ghc-paths
-    , haddock-library == 1.2.0.*
+    , haddock-library == 1.2.*
 
   hs-source-dirs:
       src
diff --git a/haddock.cabal b/haddock.cabal
index ce743d9..03bb28a 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -110,7 +110,7 @@ executable haddock
       Haddock.GhcUtils
       Haddock.Convert
   else
-    build-depends:  haddock-api == 2.16.0
+    build-depends:  haddock-api == 2.16.*
 
 test-suite html-test
   type:             exitcode-stdio-1.0



More information about the ghc-commits mailing list