Commit 7443f66c authored by Clint Adams's avatar Clint Adams
Browse files

text-short: enable testsuite

parent 878fdcf8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-text-short (0.1.2-5) unstable; urgency=medium

  * Enable testsuite.

 -- Clint Adams <clint@debian.org>  Wed, 28 Aug 2019 21:49:38 -0400

haskell-text-short (0.1.2-4) unstable; urgency=medium

  * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
+10 −2
Original line number Diff line number Diff line
@@ -10,11 +10,19 @@ Build-Depends: debhelper (>= 10),
 ghc (>= 8.4.3),
 ghc-prof,
 libghc-hashable-dev (>= 1.2.6),
 libghc-hashable-dev (<< 1.3),
 libghc-hashable-dev (<< 1.4),
 libghc-hashable-prof,
 libghc-tasty-dev (>= 1.0.0) <!nocheck>,
 libghc-tasty-dev (<< 1.3) <!nocheck>,
 libghc-tasty-hunit-dev (>= 0.10.0) <!nocheck>,
 libghc-tasty-hunit-dev (<< 0.11) <!nocheck>,
 libghc-tasty-quickcheck-dev (>= 0.10) <!nocheck>,
 libghc-tasty-quickcheck-dev (<< 0.11) <!nocheck>,
 libghc-quickcheck-instances-dev (>= 0.3.14) <!nocheck>,
 libghc-quickcheck-instances-dev (<< 0.4) <!nocheck>,
Build-Depends-Indep: ghc-doc,
 libghc-hashable-doc,
Standards-Version: 4.1.4
Standards-Version: 4.4.0
Homepage: https://github.com/hvr/text-short
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-text-short
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-text-short]
+31 −0
Original line number Diff line number Diff line
--- a/text-short.cabal
+++ b/text-short.cabal
@@ -33,16 +33,16 @@
 
   other-modules:       Data.Text.Short.Internal
 
-  build-depends:       base        >= 4.7    && < 4.12
+  build-depends:       base        >= 4.7    && < 4.13
                      , bytestring  >= 0.10.4 && < 0.11
-                     , hashable    >= 1.2.6  && < 1.3
+                     , hashable    >= 1.2.6  && < 1.4
                      , deepseq     >= 1.3    && < 1.5
                      , text        >= 1.0    && < 1.3
                      , binary      >= 0.7.1  && < 0.9
                      , ghc-prim    >= 0.3.1  && < 0.6
 
   if !impl(ghc >= 8.0)
-     build-depends: semigroups >= 0.18.2 && < 0.19
+     build-depends: semigroups >= 0.18.2 && < 0.20
 
   -- GHC version specific PrimOps
   if impl(ghc >= 8.4)
@@ -82,7 +82,7 @@
                , text
                , text-short
                  -- deps which don't inherit constraints from library stanza:
-               , tasty                >= 1.0.0  && < 1.1
+               , tasty                >= 1.0.0  && < 1.3
                , tasty-quickcheck     >= 0.10   && < 0.11
                , tasty-hunit          >= 0.10.0 && < 0.11
                , quickcheck-instances >= 0.3.14 && < 0.4
+1 −0
Original line number Diff line number Diff line
newer-deps
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = text-short
DEB_DEFAULT_COMPILER = ghc
DEB_ENABLE_TESTS = no
DEB_ENABLE_TESTS = yes

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk