[Git][haskell-team/DHG_packages][master] map-syntax: Patch for newer dependencies

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Tue Jul 19 10:53:50 BST 2022



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


Commits:
7800c5c6 by Ilias Tsitsimpis at 2022-07-19T12:52:21+03:00
map-syntax: Patch for newer dependencies

- - - - -


3 changed files:

- p/haskell-map-syntax/debian/changelog
- p/haskell-map-syntax/debian/control
- p/haskell-map-syntax/debian/patches/newer-deps


Changes:

=====================================
p/haskell-map-syntax/debian/changelog
=====================================
@@ -1,9 +1,10 @@
-haskell-map-syntax (0.3-7) UNRELEASED; urgency=medium
+haskell-map-syntax (0.3-7) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.1
   * Remove retired developer, Joachim Breitner, from Uploaders.
+  * Patch for newer dependencies
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:41 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 19 Jul 2022 12:51:48 +0300
 
 haskell-map-syntax (0.3-6) unstable; urgency=medium
 


=====================================
p/haskell-map-syntax/debian/control
=====================================
@@ -16,7 +16,7 @@ Build-Depends:
  libghc-quickcheck2-dev (>= 2.3.0.2),
  libghc-quickcheck2-dev (<< 3),
  libghc-hspec-dev (>= 2.2.3),
- libghc-hspec-dev (<< 2.8),
+ libghc-hspec-dev (<< 2.10),
 Build-Depends-Indep: ghc-doc,
 Standards-Version: 4.6.1
 Homepage: https://hackage.haskell.org/package/map-syntax


=====================================
p/haskell-map-syntax/debian/patches/newer-deps
=====================================
@@ -1,27 +1,58 @@
+Index: b/map-syntax.cabal
+===================================================================
 --- a/map-syntax.cabal
 +++ b/map-syntax.cabal
 @@ -1,5 +1,6 @@
  name:           map-syntax
  version:        0.3
-+x-revision: 3
++x-revision:     4
  synopsis:       Syntax sugar for defining maps
  description:
      Haskell's canonical list of tuples syntax for defining maps is not very
-@@ -37,8 +38,8 @@
+@@ -15,13 +16,21 @@ cabal-version:  >= 1.10
+ category:       Data Structures
+ 
+ Tested-With:
+-  GHC == 7.4.2,
+-  GHC == 7.6.3,
+-  GHC == 7.8.4,
+-  GHC == 7.10.2,
+-  GHC == 8.0.1,
+-  GHC == 8.2.1,
+-  GHC == 8.4.1
++  GHC == 9.2.2
++  GHC == 9.0.2
++  GHC == 8.10.7
++  GHC == 8.8.4
++  GHC == 8.6.5
++  GHC == 8.4.4
++  GHC == 8.2.2
++  GHC == 8.0.2
++  GHC == 7.10.3
++  GHC == 7.8.4
++  GHC == 7.6.3
++  GHC == 7.4.2
++  GHC == 7.2.2
++  GHC == 7.0.4
++
+ 
+ extra-source-files:
+   .ghci,
+@@ -37,8 +46,8 @@ Library
      Data.Map.Syntax
  
    build-depends:
 -    base                       >= 4.3 && < 4.12,
 -    containers                 >= 0.3 && < 0.6,
-+    base                       >= 4.3 && < 4.15,
++    base                       >= 4.3 && < 4.17,
 +    containers                 >= 0.3 && < 0.7,
      mtl                        >= 2.0 && < 2.3
  
    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -fno-warn-unused-do-bind
-@@ -77,5 +78,5 @@
+@@ -77,5 +86,5 @@ Test-suite testsuite
      HUnit                      >= 1.2      && < 2,
      mtl,
      QuickCheck                 >= 2.3.0.2  && < 3,
 -    hspec                      >= 2.2.3    && < 2.6,
-+    hspec                      >= 2.2.3    && < 2.8,
++    hspec                      >= 2.2.3    && < 2.10,
      transformers               >= 0.3      && < 0.6



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7800c5c6a3224b09a1d05124aa8215531c4a2033
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/20220719/a1eb3d5c/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list