[Git][haskell-team/DHG_packages][master] time-parsers: Patch for newer deps

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sat Jul 23 10:11:32 BST 2022



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
a135b469 by Ilias Tsitsimpis at 2022-07-23T12:09:22+03:00
time-parsers: Patch for newer deps

- - - - -


3 changed files:

- p/haskell-time-parsers/debian/changelog
- p/haskell-time-parsers/debian/control
- p/haskell-time-parsers/debian/patches/newer-deps


Changes:

=====================================
p/haskell-time-parsers/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-time-parsers (0.1.2.1-3) UNRELEASED; urgency=medium
+haskell-time-parsers (0.1.2.1-3) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.1
+  * Patch for newer dependencies
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:33:16 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 23 Jul 2022 12:09:16 +0300
 
 haskell-time-parsers (0.1.2.1-2) unstable; urgency=medium
 


=====================================
p/haskell-time-parsers/debian/control
=====================================
@@ -12,7 +12,7 @@ Build-Depends:
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-attoparsec-dev (>= 0.12.1.6),
- libghc-attoparsec-dev (<< 0.14),
+ libghc-attoparsec-dev (<< 0.15),
  libghc-bifunctors-dev (>= 4.2.1),
  libghc-bifunctors-dev (<< 5.6),
  libghc-bifunctors-prof,
@@ -20,7 +20,7 @@ Build-Depends:
  libghc-parsers-dev (<< 0.13),
  libghc-parsers-prof,
  libghc-tasty-dev (>= 0.10.1.2),
- libghc-tasty-dev (<< 1.3),
+ libghc-tasty-dev (<< 1.5),
  libghc-tasty-prof,
  libghc-tasty-hunit-dev (>= 0.9.2),
  libghc-tasty-hunit-dev (<< 0.11),


=====================================
p/haskell-time-parsers/debian/patches/newer-deps
=====================================
@@ -1,14 +1,16 @@
+Index: b/time-parsers.cabal
+===================================================================
 --- a/time-parsers.cabal
 +++ b/time-parsers.cabal
 @@ -1,6 +1,7 @@
  cabal-version:      >=1.10
  name:               time-parsers
  version:            0.1.2.1
-+x-revision:         2
++x-revision:         4
  synopsis:           Parsers for types in `time`.
  category:           Parsing
  description:
-@@ -17,7 +18,15 @@
+@@ -17,7 +18,17 @@ maintainer:         Oleg Grenrus <oleg.g
  license:            BSD3
  license-file:       LICENSE
  tested-with:
@@ -20,22 +22,39 @@
 +   || ==8.2.2
 +   || ==8.4.4
 +   || ==8.6.5
-+   || ==8.8.3
-+   || ==8.10.1
++   || ==8.8.4
++   || ==8.10.4
++   || ==9.0.1
++   || ==9.2.1
  
  build-type:         Simple
  extra-source-files:
-@@ -32,10 +41,10 @@
+@@ -32,10 +43,10 @@ library
    hs-source-dirs:   src
    ghc-options:      -Wall
    build-depends:
 -      base              >=4.6      && <4.13
-+      base              >=4.6      && <4.15
++      base              >=4.6      && <4.17
      , parsers           >=0.12.2.1 && <0.13
 -    , template-haskell  >=2.8.0.0  && <2.15
 -    , time              >=1.4.0.1  && <1.9
-+    , template-haskell  >=2.8.0.0  && <2.17
-+    , time              >=1.4.0.1  && <1.10
++    , template-haskell  >=2.8.0.0  && <2.19
++    , time              >=1.4.0.1  && <1.13
  
    exposed-modules:
      Data.Time.Parsers
+@@ -49,12 +60,12 @@ test-suite date-parsers-tests
+   hs-source-dirs:   test
+   ghc-options:      -Wall
+   build-depends:
+-      attoparsec        >=0.12.1.6 && <0.14
++      attoparsec        >=0.12.1.6 && <0.15
+     , base
+     , bifunctors        >=4.2.1    && <5.6
+     , parsec            >=3.1.9    && <3.2
+     , parsers           >=0.12.3   && <0.13
+-    , tasty             >=0.10.1.2 && <1.3
++    , tasty             >=0.10.1.2 && <1.5
+     , tasty-hunit       >=0.9.2    && <0.11
+     , template-haskell
+     , text



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a135b4699fb2cb56d2280ca03f8892df11224cff
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/20220723/25c7f6b8/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list