Commit 8ad86190 authored by Clint Adams's avatar Clint Adams
Browse files

http-media: Upgrading from 0.7.1.2 to 0.7.1.3

parent 35267660
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-http-media (0.7.1.3-1) unstable; urgency=medium

  * New upstream version.

 -- Clint Adams <clint@debian.org>  Sun, 28 Jul 2019 17:07:22 -0400

haskell-http-media (0.7.1.2-3) unstable; urgency=medium

  * Newer build-deps from hackage
+2 −1
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ Build-Depends:
 libghc-utf8-string-prof,
 libghc-quickcheck2-dev (>= 2.6),
 libghc-quickcheck2-dev (<< 2.13),
 libghc-quickcheck2-prof,
 libghc-test-framework-dev (>= 0.8),
 libghc-test-framework-dev (<< 0.9),
 libghc-test-framework-dev (>= 0.8),
@@ -28,7 +29,7 @@ Build-Depends-Indep:
 ghc-doc,
 libghc-case-insensitive-doc,
 libghc-utf8-string-doc,
Standards-Version: 4.1.4
Standards-Version: 4.4.0
Homepage: https://github.com/zmthy/http-media
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-http-media
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-http-media]
+0 −28
Original line number Diff line number Diff line
Index: b/http-media.cabal
===================================================================
--- a/http-media.cabal
+++ b/http-media.cabal
@@ -70,7 +70,7 @@ library
     Network.HTTP.Media.Utils
 
   build-depends:
-    base             >= 4.7  && < 4.11,
+    base             >= 4.7  && < 4.12,
     bytestring       >= 0.10 && < 0.11,
     case-insensitive >= 1.0  && < 1.3,
     containers       >= 0.5  && < 0.6,
@@ -114,12 +114,12 @@ test-suite test-http-media
     Network.HTTP.Media.Utils
 
   build-depends:
-    base                       >= 4.7  && < 4.11,
+    base                       >= 4.7  && < 4.12,
     bytestring                 >= 0.10 && < 0.11,
     case-insensitive           >= 1.0  && < 1.3,
     containers                 >= 0.5  && < 0.6,
     utf8-string                >= 0.3  && < 1.1,
-    QuickCheck                 >= 2.6  && < 2.12,
+    QuickCheck                 >= 2.6  && < 2.13,
     test-framework             >= 0.8  && < 0.9,
     test-framework-quickcheck2 >= 0.3  && < 0.4
 
+0 −1
Original line number Diff line number Diff line
newer-deps