Commit 5204785b authored by Clint Adams's avatar Clint Adams
Browse files

haddock-library: Upgrading from 1.5.0.1 to 1.7.0

parent e47813e8
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
haskell-haddock-library (1.5.0.1-3) UNRELEASED; urgency=medium
haskell-haddock-library (1.7.0-1) unstable; urgency=medium

  [ Dmitry Bogatov ]
  * Fix "Upstream-Name" field in "debian/copyright" to match package
    name on hackage.

 -- Dmitry Bogatov <KAction@debian.org>  Thu, 16 May 2019 14:51:23 +0000
  [ Clint Adams ]
  * New upstream version.

 -- Clint Adams <clint@debian.org>  Sat, 27 Jul 2019 20:22:22 -0400

haskell-haddock-library (1.5.0.1-2) unstable; urgency=medium

+3 −4
Original line number Diff line number Diff line
@@ -9,18 +9,17 @@ Build-Depends: debhelper (>= 10),
 cdbs,
 ghc (>= 8),
 ghc-prof,
 libghc-attoparsec-dev,
 libghc-attoparsec-prof,
 libghc-quickcheck2-dev (>= 2.11),
 libghc-quickcheck2-dev (<< 2.12),
 libghc-quickcheck2-prof,
 libghc-base-compat-dev (>= 0.9.3),
 libghc-base-compat-dev (<< 0.11),
 libghc-base-compat-prof,
 libghc-hspec-dev (>= 2.4.4),
 libghc-hspec-dev (<< 2.6),
 libghc-hspec-prof,
Build-Depends-Indep: ghc-doc,
 libghc-attoparsec-doc,
Standards-Version: 4.1.4
Standards-Version: 4.4.0
Homepage: http://www.haskell.org/haddock/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-haddock-library
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-haddock-library]
+0 −13
Original line number Diff line number Diff line
Index: b/haddock-library.cabal
===================================================================
--- a/haddock-library.cabal
+++ b/haddock-library.cabal
@@ -7,7 +7,7 @@ description:          Haddock is a docum
                       without pulling in the GHC dependency. Please note that the
                       API is likely to change so specify upper bounds in your
                       project if you can't release often. For interacting with Haddock
-                      itself, see the ‘haddock’ package.
+                      itself, see the 'haddock' package.
 license:              BSD3
 license-files:        LICENSE
                       vendor/attoparsec-0.13.1.0/LICENSE
+2 −4
Original line number Diff line number Diff line
@@ -2,12 +2,10 @@ Description: Disable fixtures test-suite
 It requires tree-diff which is not packaged yet.
Author: Ilias Tsitsimpis <iliastsi@debian.org>

Index: b/haddock-library.cabal
===================================================================
--- a/haddock-library.cabal
+++ b/haddock-library.cabal
@@ -92,6 +92,7 @@ test-suite spec
     hspec-discover:hspec-discover ^>= 2.4.4
@@ -86,6 +86,7 @@
     hspec-discover:hspec-discover >= 2.4.4 && < 2.7
 
 test-suite fixtures
+  buildable: False
+0 −22
Original line number Diff line number Diff line
Index: b/haddock-library.cabal
===================================================================
--- a/haddock-library.cabal
+++ b/haddock-library.cabal
@@ -73,7 +73,7 @@ test-suite spec
       Documentation.Haddock.Utf8Spec
 
   build-depends:
-      base-compat   ^>= 0.9.3
+      base-compat   >= 0.9.3
     , containers   >= 0.4.2.1 && < 0.6
     , transformers   >= 0.3.0   && < 0.6
     , hspec         >= 2.4.4 && < 2.6
@@ -99,7 +99,7 @@ test-suite fixtures
   ghc-options:      -Wall
   hs-source-dirs:   fixtures
   build-depends:
-      base-compat           ^>= 0.9.3
+      base-compat           >= 0.9.3
     , directory             ^>= 1.3.0.2
     , filepath              ^>= 1.4.1.2
     , optparse-applicative  ^>= 0.14.0.0
Loading