[Git][haskell-team/DHG_packages][master] text-short: enable testsuite

Clint Adams gitlab at salsa.debian.org
Thu Aug 29 03:10:12 BST 2019



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
7443f66c by Clint Adams at 2019-08-29T02:09:40Z
text-short: enable testsuite

- - - - -


5 changed files:

- p/haskell-text-short/debian/changelog
- p/haskell-text-short/debian/control
- + p/haskell-text-short/debian/patches/newer-deps
- + p/haskell-text-short/debian/patches/series
- p/haskell-text-short/debian/rules


Changes:

=====================================
p/haskell-text-short/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-text-short (0.1.2-5) unstable; urgency=medium
+
+  * Enable testsuite.
+
+ -- Clint Adams <clint at 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)


=====================================
p/haskell-text-short/debian/control
=====================================
@@ -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]


=====================================
p/haskell-text-short/debian/patches/newer-deps
=====================================
@@ -0,0 +1,31 @@
+--- 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


=====================================
p/haskell-text-short/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps


=====================================
p/haskell-text-short/debian/rules
=====================================
@@ -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



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/7443f66c834e4d767fc4f7980ebc11c6282511b9

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/7443f66c834e4d767fc4f7980ebc11c6282511b9
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20190829/c978c056/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list