[Git][haskell-team/DHG_packages][master] gitlib: Upgrading from 3.1.1 to 3.1.2

Clint Adams gitlab at salsa.debian.org
Thu May 31 03:28:39 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
e5b49969 by Clint Adams at 2018-05-30T22:28:05-04:00
gitlib: Upgrading from 3.1.1 to 3.1.2

- - - - -


3 changed files:

- p/haskell-gitlib/debian/changelog
- p/haskell-gitlib/debian/control
- p/haskell-gitlib/debian/patches/no-conduit-combinators


Changes:

=====================================
p/haskell-gitlib/debian/changelog
=====================================
--- a/p/haskell-gitlib/debian/changelog
+++ b/p/haskell-gitlib/debian/changelog
@@ -1,8 +1,10 @@
-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 at debian.org>  Sun, 06 May 2018 22:09:44 -0400
+ -- Clint Adams <clint at debian.org>  Wed, 30 May 2018 22:24:32 -0400
 
 haskell-gitlib (3.1.1-5) unstable; urgency=medium
 


=====================================
p/haskell-gitlib/debian/control
=====================================
--- a/p/haskell-gitlib/debian/control
+++ b/p/haskell-gitlib/debian/control
@@ -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


=====================================
p/haskell-gitlib/debian/patches/no-conduit-combinators
=====================================
--- a/p/haskell-gitlib/debian/patches/no-conduit-combinators
+++ b/p/haskell-gitlib/debian/patches/no-conduit-combinators
@@ -1,9 +1,9 @@
 --- 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



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/e5b499697751e3bc994326d51ea09ad268ebf5c1

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/e5b499697751e3bc994326d51ea09ad268ebf5c1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180531/4a53569e/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list