Skip to content
Commits on Source (2)
haskell-haddock-library (1.5.0.1-2) unstable; urgency=medium
* Relax dependency on libghc-hspec-dev
* Disable fixtures test-suite
It depends on tree-diff which is not packaged.
-- Ilias Tsitsimpis <iliastsi@debian.org> Sat, 20 Oct 2018 23:49:44 +0300
haskell-haddock-library (1.5.0.1-1) unstable; urgency=medium
[ Clint Adams ]
......
......@@ -16,14 +16,8 @@ Build-Depends: debhelper (>= 10),
libghc-quickcheck2-prof,
libghc-base-compat-dev (>= 0.9.3),
libghc-hspec-dev (>= 2.4.4),
libghc-hspec-dev (<< 2.5),
libghc-hspec-dev (<< 2.6),
libghc-hspec-prof,
libghc-optparse-applicative-dev (>= 0.14.0.0),
libghc-optparse-applicative-dev (<< 0.15),
libghc-optparse-applicative-prof,
libghc-tree-diff-dev (>= 0.0.0.1),
libghc-tree-diff-dev (<< 0.1),
libghc-tree-diff-prof,
Build-Depends-Indep: ghc-doc,
libghc-attoparsec-doc,
Standards-Version: 4.1.4
......
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
test-suite fixtures
+ buildable: False
type: exitcode-stdio-1.0
default-language: Haskell2010
main-is: Fixtures.hs
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
Index: b/haddock-library.cabal
===================================================================
--- a/haddock-library.cabal
+++ b/haddock-library.cabal
@@ -76,7 +76,7 @@ test-suite spec
base-compat ^>= 0.9.3
, containers >= 0.4.2.1 && < 0.6
, transformers >= 0.3.0 && < 0.6
- , hspec ^>= 2.4.4
+ , hspec >= 2.4.4 && < 2.6
, QuickCheck ^>= 2.11
build-depends: attoparsec
avoid-unicode-in-description
system-attoparsec
newer-hspec
disable-fixtures-test-suite
newer-base-compat