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

Clint Adams gitlab at salsa.debian.org
Thu Jun 4 02:01:04 BST 2020



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


Commits:
b9a11038 by Clint Adams at 2020-06-03T21:00:25-04:00
path: enable testsuite

- - - - -


5 changed files:

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


Changes:

=====================================
p/haskell-path/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-path (0.7.0-2) unstable; urgency=medium
+
+  * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org>  Wed, 03 Jun 2020 20:47:19 -0400
+
 haskell-path (0.7.0-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-path/debian/control
=====================================
@@ -17,23 +17,21 @@ Build-Depends:
  libghc-exceptions-dev (<< 0.11),
  libghc-exceptions-prof,
  libghc-hashable-dev (>= 1.2),
- libghc-hashable-dev (<< 1.3),
+ libghc-hashable-dev (<< 1.4),
  libghc-hashable-prof,
-# libghc-quickcheck2-dev <!nocheck>,
-# libghc-genvalidity-dev (>= 0.3) <!nocheck>,
-# libghc-genvalidity-dev (<< 0.5) <!nocheck>,
-# libghc-genvalidity-property-dev (>= 0.0) <!nocheck>,
-# libghc-genvalidity-property-dev (<< 0.1) <!nocheck>,
-# libghc-hspec-dev (>= 2.0) <!nocheck>,
-# libghc-hspec-dev (<< 3) <!nocheck>,
-# libghc-validity-dev (>= 0.3.1.1) <!nocheck>,
-# libghc-validity-dev (<< 0.5) <!nocheck>,
+ libghc-quickcheck2-dev <!nocheck>,
+ libghc-genvalidity-dev (>= 0.8) <!nocheck>,
+ libghc-genvalidity-hspec-dev (>= 0.7) <!nocheck>,
+ libghc-genvalidity-property-dev (>= 0.4) <!nocheck>,
+ libghc-hspec-dev (>= 2.0) <!nocheck>,
+ libghc-hspec-dev (<< 3) <!nocheck>,
+ libghc-validity-dev (>= 0.8.0.0) <!nocheck>,
 Build-Depends-Indep: ghc-doc,
  libghc-aeson-doc,
  libghc-exceptions-doc,
  libghc-hashable-doc,
-Standards-Version: 4.2.1
-Homepage: http://hackage.haskell.org/package/path
+Standards-Version: 4.5.0
+Homepage: https://hackage.haskell.org/package/path
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-path
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-path]
 X-Description: normalizing well-typed path type


=====================================
p/haskell-path/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/path.cabal
++++ b/path.cabal
+@@ -31,7 +31,7 @@
+                    , deepseq
+                    , exceptions >= 0.4     && < 0.11
+                    , filepath   < 1.2.0.1  || >= 1.3
+-                   , hashable   >= 1.2     && < 1.3
++                   , hashable   >= 1.2     && < 1.4
+                    , text
+                    , template-haskell
+   if flag(dev)


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


=====================================
p/haskell-path/debian/rules
=====================================
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = no # until genvalidity-property is in
+DEB_ENABLE_TESTS = yes
 DEB_CABAL_PACKAGE = path
 DEB_DEFAULT_COMPILER = ghc
 



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/b9a11038daa5430335764099b9293b949cda71f9
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/20200604/b2d2f317/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list