[Git][haskell-team/DHG_packages][master] natural-transformation: patch for newer test deps
Clint Adams
gitlab at salsa.debian.org
Sat Apr 14 22:23:21 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
0e5abd6a by Clint Adams at 2018-04-14T17:23:05-04:00
natural-transformation: patch for newer test deps
- - - - -
4 changed files:
- p/haskell-natural-transformation/debian/changelog
- p/haskell-natural-transformation/debian/control
- + p/haskell-natural-transformation/debian/patches/newer-deps
- + p/haskell-natural-transformation/debian/patches/series
Changes:
=====================================
p/haskell-natural-transformation/debian/changelog
=====================================
--- a/p/haskell-natural-transformation/debian/changelog
+++ b/p/haskell-natural-transformation/debian/changelog
@@ -1,3 +1,9 @@
+haskell-natural-transformation (0.4-3) unstable; urgency=medium
+
+ * Patch for newer test deps.
+
+ -- Clint Adams <clint at debian.org> Sat, 14 Apr 2018 17:22:30 -0400
+
haskell-natural-transformation (0.4-2) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-natural-transformation/debian/control
=====================================
--- a/p/haskell-natural-transformation/debian/control
+++ b/p/haskell-natural-transformation/debian/control
@@ -4,16 +4,14 @@ Uploaders: Clint Adams <clint at debian.org>
Priority: optional
Section: haskell
Build-Depends: debhelper (>= 10),
- haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
+ haskell-devscripts (>= 0.8),
cdbs,
ghc,
ghc-prof,
libghc-quickcheck-instances-dev (>= 0.1) <!nocheck>,
libghc-quickcheck-instances-dev (<< 0.4) <!nocheck>,
libghc-tasty-dev (>= 0.8) <!nocheck>,
- libghc-tasty-dev (<< 0.12) <!nocheck>,
libghc-tasty-quickcheck-dev (>= 0.8) <!nocheck>,
- libghc-tasty-quickcheck-dev (<< 0.9) <!nocheck>,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.1.4
Homepage: https://github.com/ku-fpg/natural-transformation
=====================================
p/haskell-natural-transformation/debian/patches/newer-deps
=====================================
--- /dev/null
+++ b/p/haskell-natural-transformation/debian/patches/newer-deps
@@ -0,0 +1,13 @@
+--- a/natural-transformation.cabal
++++ b/natural-transformation.cabal
+@@ -45,8 +45,8 @@
+ , containers >= 0.1 && < 0.6
+ , natural-transformation == 0.4
+ , quickcheck-instances >= 0.1 && < 0.4
+- , tasty >= 0.8 && < 0.12
+- , tasty-quickcheck >= 0.8 && < 0.9
++ , tasty >= 0.8
++ , tasty-quickcheck >= 0.8
+ hs-source-dirs: tests
+ default-language: Haskell2010
+ ghc-options: -Wall
=====================================
p/haskell-natural-transformation/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-natural-transformation/debian/patches/series
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/0e5abd6a817ea3604b86f10594455adf63a13dab
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/0e5abd6a817ea3604b86f10594455adf63a13dab
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/20180414/82383083/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list