diff -Nru haskell-time-parsers-0.1.2.0/debian/changelog haskell-time-parsers-0.1.2.0/debian/changelog --- haskell-time-parsers-0.1.2.0/debian/changelog 2018-07-04 13:53:09.000000000 +0000 +++ haskell-time-parsers-0.1.2.0/debian/changelog 2018-10-22 14:04:28.000000000 +0000 @@ -1,8 +1,31 @@ -haskell-time-parsers (0.1.2.0-3build1) cosmic; urgency=medium +haskell-time-parsers (0.1.2.0-7) unstable; urgency=medium - * Rebuild against new GHC ABI. + * Patch for newer tasty - -- Gianfranco Costamagna Wed, 04 Jul 2018 15:53:09 +0200 + -- Ilias Tsitsimpis Mon, 22 Oct 2018 17:04:28 +0300 + +haskell-time-parsers (0.1.2.0-6) unstable; urgency=medium + + * Remove build dependency on libghc-parsec3-dev (provided by ghc- + 8.4.3) + + -- Ilias Tsitsimpis Wed, 03 Oct 2018 12:06:15 +0300 + +haskell-time-parsers (0.1.2.0-5) unstable; urgency=medium + + * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3) + + -- Ilias Tsitsimpis Mon, 01 Oct 2018 13:47:45 +0300 + +haskell-time-parsers (0.1.2.0-4) unstable; urgency=medium + + [ Clint Adams ] + * Set Rules-Requires-Root to no. + + [ Ilias Tsitsimpis ] + * Bump debhelper compat level to 10 + + -- Ilias Tsitsimpis Sun, 30 Sep 2018 21:23:28 +0300 haskell-time-parsers (0.1.2.0-3) unstable; urgency=medium diff -Nru haskell-time-parsers-0.1.2.0/debian/compat haskell-time-parsers-0.1.2.0/debian/compat --- haskell-time-parsers-0.1.2.0/debian/compat 2018-01-07 22:54:28.000000000 +0000 +++ haskell-time-parsers-0.1.2.0/debian/compat 2018-09-29 11:08:34.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru haskell-time-parsers-0.1.2.0/debian/control haskell-time-parsers-0.1.2.0/debian/control --- haskell-time-parsers-0.1.2.0/debian/control 2018-04-15 14:13:59.000000000 +0000 +++ haskell-time-parsers-0.1.2.0/debian/control 2018-10-22 14:04:02.000000000 +0000 @@ -4,33 +4,31 @@ Clint Adams , Priority: optional Section: haskell +Rules-Requires-Root: no Build-Depends: cdbs, - debhelper (>= 9), - ghc (>= 8), + debhelper (>= 10), + ghc (>= 8.4.3), ghc-prof, haskell-devscripts (>= 0.13), libghc-attoparsec-dev (>= 0.12.1.6), libghc-attoparsec-dev (<< 0.14), libghc-bifunctors-dev (>= 4.2.1), libghc-bifunctors-dev (<< 5.6), - libghc-parsec3-dev (>= 3.1.9), - libghc-parsec3-dev (<< 3.2), libghc-parsers-dev (>= 0.12.3), libghc-parsers-dev (<< 0.13), libghc-parsers-prof, libghc-tasty-dev (>= 0.10.1.2), - libghc-tasty-dev (<< 1.1), + libghc-tasty-dev (<< 1.2), libghc-tasty-hunit-dev (>= 0.9.2), libghc-tasty-hunit-dev (<< 0.11), - libghc-text-dev, Build-Depends-Indep: ghc-doc, libghc-parsers-doc, Standards-Version: 4.1.4 Homepage: https://github.com/phadej/time-parsers#readme Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-time-parsers -Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git +Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-time-parsers] X-Description: parsers for types in the time library Parsers for parsing dates and times: Day, LocalTime, TimeOfDay, TimeZone, UTCTime, ZonedTime diff -Nru haskell-time-parsers-0.1.2.0/debian/patches/newer-deps haskell-time-parsers-0.1.2.0/debian/patches/newer-deps --- haskell-time-parsers-0.1.2.0/debian/patches/newer-deps 2018-04-15 14:11:54.000000000 +0000 +++ haskell-time-parsers-0.1.2.0/debian/patches/newer-deps 2018-10-22 14:03:22.000000000 +0000 @@ -1,20 +1,31 @@ +Index: b/time-parsers.cabal +=================================================================== --- a/time-parsers.cabal +++ b/time-parsers.cabal -@@ -29,10 +29,10 @@ +@@ -12,7 +12,7 @@ author: Oleg Grenrus + license: BSD3 + license-file: LICENSE +-tested-with: GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.1 ++tested-with: GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3, GHC==8.6.1 + build-type: Simple + cabal-version: >= 1.10 + +@@ -29,10 +29,10 @@ library src ghc-options: -Wall build-depends: - base >=4.6 && <4.10 -+ base >=4.6 && <5 ++ base >=4.6 && <4.13 , 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 ++ , template-haskell >=2.8.0.0 && <2.15 ++ , time >=1.4.0.1 && <1.9 exposed-modules: Data.Time.Parsers Data.Time.TH -@@ -51,10 +51,10 @@ +@@ -51,10 +51,10 @@ test-suite date-parsers-tests , time , time-parsers , attoparsec >=0.12.1.6 && <0.14 @@ -24,7 +35,7 @@ , 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 >=0.10.1.2 && <1.2 + , tasty-hunit >=0.9.2 && <0.11 , text default-language: Haskell2010