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

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sun Jul 3 11:15:31 BST 2022



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


Commits:
c367149d by Ilias Tsitsimpis at 2022-07-03T13:14:06+03:00
newtype: Patch for newer dependencies

- - - - -


3 changed files:

- p/haskell-newtype/debian/changelog
- + p/haskell-newtype/debian/patches/newer-deps
- + p/haskell-newtype/debian/patches/series


Changes:

=====================================
p/haskell-newtype/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-newtype (0.2.2.0-2) UNRELEASED; urgency=medium
+haskell-newtype (0.2.2.0-2) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.1
+  * Patch for newer dependencies (Closes: #1013778)
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:48 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 03 Jul 2022 13:13:46 +0300
 
 haskell-newtype (0.2.2.0-1) unstable; urgency=medium
 


=====================================
p/haskell-newtype/debian/patches/newer-deps
=====================================
@@ -0,0 +1,49 @@
+Index: b/newtype.cabal
+===================================================================
+--- a/newtype.cabal
++++ b/newtype.cabal
+@@ -2,17 +2,34 @@ cabal-version:       1.12
+ build-type:          Simple
+ name:                newtype
+ version:             0.2.2.0
++x-revision:          3
+ 
+ license:             BSD3
+ license-file:        LICENSE
+ author:              Herbert Valerio Riedel, Darius Jahandarie, Conor McBride
+-maintainer:          hvr at gnu.org
++maintainer:          Andreas Abel
+ category:            Control
+ bug-reports:         https://github.com/hvr/newtype/issues
+ 
+ synopsis:            A typeclass and set of functions for working with newtypes.
+ description:         Per Conor McBride, the 'Newtype' typeclass represents the packing and unpacking of a @newtype@, and allows you to operate under that @newtype@ with functions such as 'ala'. See "Control.Newtype" for documentation and examples.
+ 
++tested-with:
++   GHC == 9.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.0.4
++
+ extra-source-files:    CHANGES.md
+ 
+ source-repository head
+@@ -22,7 +39,7 @@ source-repository head
+ library
+   exposed-modules:     Control.Newtype
+ 
+-  build-depends:       base >= 4.5 && < 4.14
++  build-depends:       base >= 4.3 && < 5
+   if !impl(ghc >= 8.0)
+     build-depends:     transformers >= 0.2.2.0 && < 0.6
+ 


=====================================
p/haskell-newtype/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c367149d8be867b337915102f8563657c7fb846d
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/20220703/b4c6abc2/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list