[Git][haskell-team/DHG_packages][master] time-parsers: patch for newer base, template-haskell, time, bifunctors, tasty, tasty-hunit
Clint Adams
gitlab at salsa.debian.org
Sun Apr 15 15:16:46 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
5817c906 by Clint Adams at 2018-04-15T10:15:20-04:00
time-parsers: patch for newer base, template-haskell, time, bifunctors, tasty, tasty-hunit
- - - - -
4 changed files:
- p/haskell-time-parsers/debian/changelog
- p/haskell-time-parsers/debian/control
- + p/haskell-time-parsers/debian/patches/newer-deps
- + p/haskell-time-parsers/debian/patches/series
Changes:
=====================================
p/haskell-time-parsers/debian/changelog
=====================================
--- a/p/haskell-time-parsers/debian/changelog
+++ b/p/haskell-time-parsers/debian/changelog
@@ -1,3 +1,10 @@
+haskell-time-parsers (0.1.2.0-3) unstable; urgency=medium
+
+ * Patch for newer base, template-haskell, time, bifunctors,
+ tasty, tasty-hunit.
+
+ -- Clint Adams <clint at debian.org> Sun, 15 Apr 2018 10:14:12 -0400
+
haskell-time-parsers (0.1.2.0-2) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-time-parsers/debian/control
=====================================
--- a/p/haskell-time-parsers/debian/control
+++ b/p/haskell-time-parsers/debian/control
@@ -10,20 +10,19 @@ Build-Depends:
ghc (>= 8),
ghc-prof,
haskell-devscripts (>= 0.13),
- libghc-attoparsec-dev (<< 0.14),
libghc-attoparsec-dev (>= 0.12.1.6),
- libghc-bifunctors-dev (<< 5.5),
+ libghc-attoparsec-dev (<< 0.14),
libghc-bifunctors-dev (>= 4.2.1),
- libghc-parsec3-dev (<< 3.2),
+ libghc-bifunctors-dev (<< 5.6),
libghc-parsec3-dev (>= 3.1.9),
- libghc-parsers-dev (<< 0.13),
- libghc-parsers-dev (>= 0.12.2.1),
+ libghc-parsec3-dev (<< 3.2),
libghc-parsers-dev (>= 0.12.3),
+ libghc-parsers-dev (<< 0.13),
libghc-parsers-prof,
- libghc-tasty-dev (<< 0.12),
libghc-tasty-dev (>= 0.10.1.2),
- libghc-tasty-hunit-dev (<< 0.10),
+ libghc-tasty-dev (<< 1.1),
libghc-tasty-hunit-dev (>= 0.9.2),
+ libghc-tasty-hunit-dev (<< 0.11),
libghc-text-dev,
Build-Depends-Indep:
ghc-doc,
=====================================
p/haskell-time-parsers/debian/patches/newer-deps
=====================================
--- /dev/null
+++ b/p/haskell-time-parsers/debian/patches/newer-deps
@@ -0,0 +1,30 @@
+--- a/time-parsers.cabal
++++ b/time-parsers.cabal
+@@ -29,10 +29,10 @@
+ src
+ ghc-options: -Wall
+ build-depends:
+- base >=4.6 && <4.10
++ base >=4.6 && <5
+ , parsers >=0.12.2.1 && <0.13
+- , template-haskell >=2.8.0.0 && <2.12
+- , time >=1.4.2 && <1.7
++ , template-haskell >=2.8.0.0 && <2.14
++ , time >=1.4.2 && <1.9
+ exposed-modules:
+ Data.Time.Parsers
+ Data.Time.TH
+@@ -51,10 +51,10 @@
+ , time
+ , time-parsers
+ , attoparsec >=0.12.1.6 && <0.14
+- , bifunctors >=4.2.1 && <5.5
++ , bifunctors >=4.2.1 && <5.6
+ , parsec >=3.1.9 && <3.2
+ , parsers >=0.12.3 && <0.13
+- , tasty >=0.10.1.2 && <0.12
+- , tasty-hunit >=0.9.2 && <0.10
++ , tasty >=0.10.1.2 && <1.1
++ , tasty-hunit >=0.9.2 && <0.11
+ , text
+ default-language: Haskell2010
=====================================
p/haskell-time-parsers/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-time-parsers/debian/patches/series
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/5817c90674c938151e3692856b8f8fb5389ee452
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/5817c90674c938151e3692856b8f8fb5389ee452
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/20180415/7b0ddbdd/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list