Commit 9a8a4779 authored by Clint Adams's avatar Clint Adams
Browse files

io-streams: Upgrading from 1.5.0.1 to 1.5.1.0

parent 58c0ac4f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-io-streams (1.5.1.0-1) unstable; urgency=medium

  * New upstream version.

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

haskell-io-streams (1.5.0.1-3) unstable; urgency=medium

  * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
+3 −3
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@ Build-Depends:
 libghc-attoparsec-dev (<< 0.14),
 libghc-attoparsec-dev (>= 0.10),
 libghc-attoparsec-prof,
 libghc-network-dev (<< 2.7),
 libghc-network-dev (>= 2.3),
 libghc-network-dev (<< 3.1),
 libghc-network-prof,
 libghc-primitive-dev (<< 0.7),
 libghc-primitive-dev (>= 0.2),
@@ -33,8 +33,8 @@ Build-Depends-Indep:
 libghc-primitive-doc,
 libghc-vector-doc,
 libghc-zlib-bindings-doc,
Standards-Version: 4.1.4
Homepage: http://hackage.haskell.org/package/io-streams
Standards-Version: 4.4.0
Homepage: https://hackage.haskell.org/package/io-streams
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-io-streams
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-io-streams]
X-Description: simple, composable, and easy-to-use stream I/O
+7 −7
Original line number Diff line number Diff line
--- a/io-streams.cabal
+++ b/io-streams.cabal
@@ -122,7 +122,6 @@ Library
@@ -121,7 +121,6 @@
   Build-depends:     base               >= 4     && <5,
                      attoparsec         >= 0.10  && <0.14,
                      bytestring         >= 0.9   && <0.11,
-                     bytestring-builder >= 0.10  && <0.11,
                      network            >= 2.3   && <2.7,
                      network            >= 2.3   && <3.1,
                      primitive          >= 0.2   && <0.7,
                      process            >= 1.1   && <1.7,
@@ -205,7 +204,6 @@ Test-suite testsuite
   Build-depends:     base               >= 4     && <5,
                      attoparsec         >= 0.10  && <0.14,
                      bytestring         >= 0.9   && <0.11,
-                     bytestring-builder >= 0.10  && <0.11,
@@ -204,7 +203,6 @@
   Build-depends:     base,
                      attoparsec,
                      bytestring,
-                     bytestring-builder,
                      deepseq            >= 1.2   && <1.5,
                      directory          >= 1.1   && <2,
                      filepath           >= 1.2   && <2,