[Git][haskell-team/DHG_packages][master] lzma: Relax dependency on libghc-quickcheck2-dev

Ilias Tsitsimpis gitlab at salsa.debian.org
Sat Oct 20 09:11:36 BST 2018


Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
4202fae0 by Ilias Tsitsimpis at 2018-10-20T08:08:54Z
lzma: Relax dependency on libghc-quickcheck2-dev

- - - - -


3 changed files:

- p/haskell-lzma/debian/changelog
- p/haskell-lzma/debian/control
- p/haskell-lzma/debian/patches/newer-deps


Changes:

=====================================
p/haskell-lzma/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-lzma (0.0.0.3-3) unstable; urgency=medium
+
+  * Relax dependency on libghc-quickcheck2-dev, libghc-tasty-dev
+    and libghc-tasty-quickcheck-dev.
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 20 Oct 2018 11:00:24 +0300
+
 haskell-lzma (0.0.0.3-2) unstable; urgency=medium
 
   * Bump debhelper compat level to 10


=====================================
p/haskell-lzma/debian/control
=====================================
@@ -13,16 +13,16 @@ Build-Depends: debhelper (>= 10),
  libghc-hunit-dev (<< 1.7),
  libghc-hunit-prof,
  libghc-quickcheck2-dev (>= 2.8),
- libghc-quickcheck2-dev (<< 2.11),
+ libghc-quickcheck2-dev (<< 2.12),
  libghc-quickcheck2-prof,
  libghc-tasty-dev (>= 0.10),
- libghc-tasty-dev (<< 1.1),
+ libghc-tasty-dev (<< 1.2),
  libghc-tasty-prof,
  libghc-tasty-hunit-dev (>= 0.9),
  libghc-tasty-hunit-dev (<< 0.11),
  libghc-tasty-hunit-prof,
  libghc-tasty-quickcheck-dev (>= 0.8.3.2),
- libghc-tasty-quickcheck-dev (<< 0.10),
+ libghc-tasty-quickcheck-dev (<< 0.11),
  libghc-tasty-quickcheck-prof,
 Build-Depends-Indep: ghc-doc,
 Standards-Version: 4.1.5


=====================================
p/haskell-lzma/debian/patches/newer-deps
=====================================
@@ -1,15 +1,17 @@
+Index: b/lzma.cabal
+===================================================================
 --- a/lzma.cabal
 +++ b/lzma.cabal
-@@ -44,7 +44,7 @@
+@@ -44,7 +44,7 @@ library
    exposed-modules:     Codec.Compression.Lzma
    other-modules:       LibLzma
  
 -  build-depends:       base       >=4.5    && <4.10
-+  build-depends:       base       >=4.5    && <4.11
++  build-depends:       base       >=4.5    && <4.13
                       , bytestring >=0.9.2  && <0.11
  
    if os(windows)
-@@ -70,10 +70,10 @@
+@@ -70,10 +70,10 @@ test-suite lzma-tests
                       , base
                       , bytestring
    -- additional dependencies that require version bounds
@@ -19,9 +21,9 @@
 -                     , tasty-hunit                == 0.9.*
 -                     , tasty-quickcheck           >= 0.8.3.2  && < 0.9
 +  build-depends:       HUnit                      >= 1.2      && < 1.7
-+                     , QuickCheck                 >= 2.8      && < 2.11
-+                     , tasty                      >= 0.10     && < 1.1
++                     , QuickCheck                 >= 2.8      && < 2.12
++                     , tasty                      >= 0.10     && < 1.2
 +                     , tasty-hunit                >= 0.9      && < 0.11
-+                     , tasty-quickcheck           >= 0.8.3.2  && < 0.10
++                     , tasty-quickcheck           >= 0.8.3.2  && < 0.11
  
    ghc-options:         -Wall -threaded



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/4202fae0d0ef6879b48111926dc8ccb3814127c5
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/20181020/113e54e7/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list