Commit a8928688 authored by Clint Adams's avatar Clint Adams
Browse files

feed: patch for newer deps

parent 6ed3018d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-feed (1.0.0.0-2) unstable; urgency=medium

  * Patch for newer deps.

 -- Clint Adams <clint@debian.org>  Mon, 16 Apr 2018 20:55:12 -0400

haskell-feed (1.0.0.0-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+3 −4
Original line number Diff line number Diff line
@@ -11,14 +11,13 @@ Build-Depends:
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-base-compat-dev (>= 0.9),
 libghc-base-compat-dev (<< 0.10),
 libghc-base-compat-dev (<< 0.11),
 libghc-base-compat-prof,
 libghc-old-locale-dev (>= 1.0),
 libghc-old-locale-dev (<< 1.1),
 libghc-old-locale-dev (>= 1.0),
 libghc-old-locale-prof,
 libghc-old-time-dev (<< 1.2),
 libghc-old-time-dev (>= 1),
 libghc-old-time-dev (<< 1.2),
 libghc-old-time-prof,
 libghc-safe-dev (>= 0.3),
 libghc-safe-dev (<< 0.4),
@@ -31,7 +30,7 @@ Build-Depends:
 libghc-utf8-string-dev (<< 1.1),
 libghc-utf8-string-prof,
 libghc-xml-conduit-dev (>= 1.3),
 libghc-xml-conduit-dev (<< 1.6),
 libghc-xml-conduit-dev (<< 1.9),
 libghc-xml-conduit-prof,
 libghc-xml-types-dev (>= 0.3.6),
 libghc-xml-types-dev (<< 0.4),
+40 −0
Original line number Diff line number Diff line
--- a/feed.cabal
+++ b/feed.cabal
@@ -71,8 +71,8 @@
     Data.Text.Util
     Data.XML.Compat
   build-depends:
-      base >= 4 && < 4.11
-    , base-compat == 0.9.*
+      base >= 4 && < 4.12
+    , base-compat >= 0.9 && < 0.11
     , bytestring >= 0.9 && < 0.11
     , old-locale == 1.0.*
     , old-time >= 1 && < 1.2
@@ -82,7 +82,7 @@
     , time-locale-compat == 0.1.*
     , utf8-string < 1.1
     , xml-types >= 0.3.6 && < 0.4
-    , xml-conduit >= 1.3 && < 1.6
+    , xml-conduit >= 1.3 && < 1.9
 
 test-suite tests
   ghc-options:       -Wall
@@ -102,9 +102,9 @@
     Text.RSS.Tests
     Text.RSS.Utils
   build-depends:
-      base >= 4 && < 4.11
+      base >= 4 && < 4.12
     , HUnit >= 1.2 && < 1.7
-    , base-compat == 0.9.*
+    , base-compat >= 0.9 && < 0.11
     , feed
     , old-locale == 1.0.*
     , old-time >= 1 && < 1.2
@@ -115,4 +115,4 @@
     , time-locale-compat == 0.1.*
     , utf8-string < 1.1
     , xml-types >= 0.3.6 && < 0.4
-    , xml-conduit >= 1.3 && < 1.6
+    , xml-conduit >= 1.3 && < 1.9
+1 −0
Original line number Diff line number Diff line
newer-deps