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

gitlib: Upgrading from 3.1.1 to 3.1.2

parent 61137405
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
haskell-gitlib (3.1.1-6) UNRELEASED; urgency=medium
haskell-gitlib (3.1.2-1) unstable; urgency=medium

  * Set Rules-Requires-Root to no.
  * New upstream release.
    - Uses unliftio instead of monad-control.  closes: #897513.

 -- Clint Adams <clint@debian.org>  Sun, 06 May 2018 22:09:44 -0400
 -- Clint Adams <clint@debian.org>  Wed, 30 May 2018 22:24:32 -0400

haskell-gitlib (3.1.1-5) unstable; urgency=medium

+8 −11
Original line number Diff line number Diff line
@@ -13,18 +13,12 @@ Build-Depends:
 haskell-devscripts (>= 0.13),
 libghc-base16-bytestring-dev (>= 0.1.1.5),
 libghc-base16-bytestring-prof,
 libghc-conduit-dev (>= 1.1.0),
 libghc-conduit-dev (>= 1.2.8),
 libghc-conduit-prof,
 libghc-exceptions-dev (>= 0.5),
 libghc-exceptions-prof,
 libghc-hashable-dev (>= 1.1.2.5),
 libghc-hashable-prof,
 libghc-lifted-async-dev (>= 0.1.1),
 libghc-lifted-async-prof,
 libghc-lifted-base-dev (>= 0.2),
 libghc-lifted-base-prof,
 libghc-monad-control-dev (<< 1.1),
 libghc-monad-control-prof,
 libghc-mtl-dev (>= 2.1.2),
 libghc-mtl-prof,
 libghc-resourcet-dev (>= 1.1.0),
@@ -35,6 +29,10 @@ Build-Depends:
 libghc-tagged-prof,
 libghc-text-dev (>= 0.11.2),
 libghc-text-prof,
 libghc-unliftio-dev,
 libghc-unliftio-prof,
 libghc-unliftio-core-dev (>= 0.1.1),
 libghc-unliftio-core-prof,
 libghc-unordered-containers-dev (>= 0.2.3.0),
 libghc-unordered-containers-prof,
Build-Depends-Indep:
@@ -43,17 +41,16 @@ Build-Depends-Indep:
 libghc-conduit-doc,
 libghc-exceptions-doc,
 libghc-hashable-doc,
 libghc-lifted-async-doc,
 libghc-lifted-base-doc,
 libghc-monad-control-doc,
 libghc-mtl-doc,
 libghc-resourcet-doc,
 libghc-semigroups-doc,
 libghc-tagged-doc,
 libghc-text-doc,
 libghc-unliftio-doc,
 libghc-unliftio-core-doc,
 libghc-unordered-containers-doc,
Standards-Version: 4.1.4
Homepage: http://hackage.haskell.org/package/gitlib
Homepage: https://github.com/jwiegley/gitlib
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-gitlib
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
X-Description: API library for working with Git repositories
+2 −2
Original line number Diff line number Diff line
--- a/gitlib.cabal
+++ b/gitlib.cabal
@@ -43,7 +43,6 @@
@@ -44,7 +44,6 @@
         , base16-bytestring    >= 0.1.1.5
         , bytestring           >= 0.9.2.1
         , conduit              >= 1.1.0
         , conduit              >= 1.2.8
-        , conduit-combinators  >= 1
         , containers           >= 0.4.2.1
         , directory            >= 1.1.0.2