[Git][haskell-team/DHG_packages][master] these: Patch for newer dependencies
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Fri Jul 22 11:42:38 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
ceac78d2 by Ilias Tsitsimpis at 2022-07-22T13:33:24+03:00
these: Patch for newer dependencies
- - - - -
4 changed files:
- p/haskell-these/debian/changelog
- p/haskell-these/debian/control
- + p/haskell-these/debian/patches/newer-deps
- + p/haskell-these/debian/patches/series
Changes:
=====================================
p/haskell-these/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-these (1.1.1.1-2) UNRELEASED; urgency=medium
+haskell-these (1.1.1.1-2) 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:14 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 22 Jul 2022 13:32:15 +0300
haskell-these (1.1.1.1-1) unstable; urgency=medium
=====================================
p/haskell-these/debian/control
=====================================
@@ -15,7 +15,7 @@ Build-Depends:
libghc-assoc-dev (<< 1.1),
libghc-assoc-prof,
libghc-hashable-dev (>= 1.2.7.0),
- libghc-hashable-dev (<< 1.4),
+ libghc-hashable-dev (<< 1.5),
libghc-hashable-prof,
Build-Depends-Indep: ghc-doc,
libghc-assoc-doc,
=====================================
p/haskell-these/debian/patches/newer-deps
=====================================
@@ -0,0 +1,86 @@
+Index: b/these.cabal
+===================================================================
+--- a/these.cabal
++++ b/these.cabal
+@@ -1,8 +1,9 @@
+ cabal-version: >=1.10
+ name: these
+ version: 1.1.1.1
++x-revision: 5
+ synopsis: An either-or-both data type.
+-homepage: https://github.com/isomorphism/these
++homepage: https://github.com/haskellari/these
+ license: BSD3
+ license-file: LICENSE
+ author: C. McCann, Oleg Grenrus
+@@ -39,13 +40,16 @@ tested-with:
+ || ==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
+ , GHCJS ==8.4
+
+ source-repository head
+ type: git
+- location: https://github.com/isomorphism/these.git
++ location: https://github.com/haskellari/these.git
++ subdir: these
+
+ flag assoc
+ description: Build with assoc dependency
+@@ -53,13 +57,13 @@ flag assoc
+ default: True
+
+ library
+- default-language: Haskell2010
+- ghc-options: -Wall
++ default-language: Haskell2010
++ ghc-options: -Wall
+
+ if impl(ghc >=8.0)
+ ghc-options: -Wno-trustworthy-safe
+
+- hs-source-dirs: src
++ hs-source-dirs: src
+ exposed-modules:
+ Data.Functor.These
+ Data.These
+@@ -67,12 +71,12 @@ library
+
+ -- ghc boot libs
+ build-depends:
+- base >=4.5.1.0 && <4.15
++ base >=4.5.1.0 && <4.17
+ , binary >=0.5.1.0 && <0.10
+ , deepseq >=1.3.0.0 && <1.5
+
+ -- other dependencies
+- build-depends: hashable >=1.2.7.0 && <1.4
++ build-depends: hashable >=1.2.7.0 && <1.5
+
+ if impl(ghc <7.5)
+ build-depends: ghc-prim
+@@ -82,9 +86,9 @@ library
+
+ if !impl(ghc >=8.0)
+ build-depends:
+- semigroups >=0.18.5 && <0.20
+- , transformers >=0.3.0.0 && <0.6
+- , transformers-compat >=0.6.5 && <0.7
++ semigroups >=0.18.5 && <0.21
++ , transformers >=0.3.0.0 && <0.7
++ , transformers-compat >=0.6.5 && <0.8
+
+ -- Ensure Data.Functor.Classes is always available
+ if impl(ghc >=7.10)
+@@ -92,3 +96,5 @@ library
+
+ if flag(assoc)
+ build-depends: assoc >=1 && <1.1
++
++ -- x-docspec-extra-packages: lens
=====================================
p/haskell-these/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ceac78d256f87a7b694badf12806d4ee408c781c
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ceac78d256f87a7b694badf12806d4ee408c781c
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/20220722/e07f0df9/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list