[Git][haskell-team/DHG_packages][master] haskell-icalendar: bump network and containers bounds

Gianfranco Costamagna gitlab at salsa.debian.org
Wed Aug 28 16:39:05 BST 2019



Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
3296f9fb by Gianfranco Costamagna at 2019-08-28T15:38:49Z
haskell-icalendar: bump network and containers bounds

- - - - -


4 changed files:

- p/haskell-icalendar/debian/changelog
- p/haskell-icalendar/debian/control
- + p/haskell-icalendar/debian/patches/newer-deps
- + p/haskell-icalendar/debian/patches/series


Changes:

=====================================
p/haskell-icalendar/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-icalendar (0.4.0.5-2) unstable; urgency=medium
+
+  * Bump network-dev bounds
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Wed, 28 Aug 2019 17:36:49 +0200
+
 haskell-icalendar (0.4.0.5-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-icalendar/debian/control
=====================================
@@ -20,7 +20,7 @@ Build-Depends:
  libghc-data-default-prof,
  libghc-mime-dev (>= 0.4.0.2),
  libghc-mime-prof,
- libghc-network-dev (<< 2.7),
+ libghc-network-dev (<< 2.9),
  libghc-network-dev (>= 2.6),
  libghc-network-prof,
  libghc-network-uri-dev (>= 2.6),


=====================================
p/haskell-icalendar/debian/patches/newer-deps
=====================================
@@ -0,0 +1,19 @@
+--- haskell-icalendar-0.4.0.5.orig/iCalendar.cabal
++++ haskell-icalendar-0.4.0.5/iCalendar.cabal
+@@ -37,7 +37,7 @@ library
+                      , Paths_iCalendar
+ 
+   if flag(network-uri)
+-    build-depends: network-uri >= 2.6, network >= 2.6 && < 2.7
++    build-depends: network-uri >= 2.6, network >= 2.6 && < 2.9
+   else
+     build-depends: network >= 2.4 && < 2.6
+ 
+@@ -47,6 +47,6 @@ library
+   build-depends:       base >=4.5 && <5, time >=1.5, data-default >=0.3
+                      , case-insensitive >=0.4
+                      , bytestring >=0.10 && < 0.11, parsec >=3.1.0
+-                     , text, containers >= 0.5 && < 0.6, mime >=0.4.0.2
++                     , text, containers >= 0.5 && < 0.7, mime >=0.4.0.2
+                      , mtl >=2.1.0, old-locale, base64-bytestring ==1.0.*
+   ghc-options:       -Wall


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/3296f9fbf48e1f4672cd78d4bc7a7571dc6ac2bb
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/20190828/d63222e3/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list