Loading p/haskell-feed/debian/changelog +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 ] Loading p/haskell-feed/debian/control +3 −4 Original line number Diff line number Diff line Loading @@ -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), Loading @@ -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), Loading p/haskell-feed/debian/patches/newer-deps 0 → 100644 +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 p/haskell-feed/debian/patches/series 0 → 100644 +1 −0 Original line number Diff line number Diff line newer-deps Loading
p/haskell-feed/debian/changelog +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 ] Loading
p/haskell-feed/debian/control +3 −4 Original line number Diff line number Diff line Loading @@ -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), Loading @@ -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), Loading
p/haskell-feed/debian/patches/newer-deps 0 → 100644 +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
p/haskell-feed/debian/patches/series 0 → 100644 +1 −0 Original line number Diff line number Diff line newer-deps