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

feed: Upgrading from 1.0.0.0 to 1.0.1.0

parent 66f54796
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
haskell-feed (1.0.0.0-5) UNRELEASED; urgency=medium
haskell-feed (1.0.1.0-1) unstable; urgency=medium

  [ Dmitry Bogatov ]
  * Add missing "Upstream-Name" field into "debian/copyright".

 -- Dmitry Bogatov <KAction@debian.org>  Thu, 16 May 2019 14:24:11 +0000
  [ Clint Adams ]
  * New upstream release

 -- Clint Adams <clint@debian.org>  Sat, 27 Jul 2019 18:07:33 -0400

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

+0 −40
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
+0 −1
Original line number Diff line number Diff line
newer-deps