Commit 10cd9d94 authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

time-parsers: Patch for newer tasty

parent 1b0ddeeb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-time-parsers (0.1.2.0-7) unstable; urgency=medium

  * Patch for newer tasty

 -- Ilias Tsitsimpis <iliastsi@debian.org>  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-
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ Build-Depends:
 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),
Build-Depends-Indep:
+17 −6
Original line number Diff line number Diff line
Index: b/time-parsers.cabal
===================================================================
--- a/time-parsers.cabal
+++ b/time-parsers.cabal
@@ -29,10 +29,10 @@
@@ -12,7 +12,7 @@ author:         Oleg Grenrus <oleg.grenr
 maintainer:     Oleg Grenrus <oleg.grenrus@iki.fi>
 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