[Git][haskell-team/DHG_packages][master] cgi: Relax build-dep on exceptions and doctest

Ilias Tsitsimpis gitlab at salsa.debian.org
Sat Oct 20 12:21:11 BST 2018


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


Commits:
9d620151 by Ilias Tsitsimpis at 2018-10-20T11:18:28Z
cgi: Relax build-dep on exceptions and doctest

- - - - -


3 changed files:

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


Changes:

=====================================
p/haskell-cgi/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-cgi (3001.3.0.2-7) unstable; urgency=medium
+
+  * Relax build-dep on libghc-exceptions-dev and libghc-doctest-dev
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 20 Oct 2018 14:18:13 +0300
+
 haskell-cgi (3001.3.0.2-6) unstable; urgency=medium
 
   * Remove build dependency on libghc-parsec3-dev (provided by ghc-


=====================================
p/haskell-cgi/debian/control
=====================================
@@ -12,7 +12,7 @@ Build-Depends:
  ghc (>= 8.4.3),
  ghc-prof,
  haskell-devscripts (>= 0.13),
- libghc-exceptions-dev (<< 0.9),
+ libghc-exceptions-dev,
  libghc-exceptions-prof,
  libghc-multipart-dev (<< 0.2),
  libghc-multipart-dev (>= 0.1.2),
@@ -26,7 +26,6 @@ Build-Depends:
  libghc-quickcheck2-dev (>= 2.8.1),
  libghc-quickcheck2-dev (<< 2.12),
  libghc-doctest-dev (>= 0.8),
- libghc-doctest-dev (<< 0.14),
 Build-Depends-Indep:
  ghc-doc,
  libghc-exceptions-doc,


=====================================
p/haskell-cgi/debian/patches/newer-deps
=====================================
@@ -1,6 +1,13 @@
+Index: b/cgi.cabal
+===================================================================
 --- a/cgi.cabal
 +++ b/cgi.cabal
-@@ -48,7 +48,7 @@
+@@ -44,11 +44,11 @@ Library
+ 
+   Build-depends:
+     parsec >= 2.0 && < 3.2,
+-    exceptions < 0.9,
++    exceptions,
      xhtml >= 3000.0.0 && < 3000.3,
      bytestring < 0.11,
      base >= 4.5 && < 5,
@@ -9,13 +16,13 @@
      containers < 0.6,
      multipart >= 0.1.2 && < 0.2
    If flag(network-uri)
-@@ -72,8 +72,8 @@
+@@ -72,8 +72,8 @@ test-suite doctests
    ghc-options:      -Wall
    build-depends:
        base
 -    , doctest >= 0.8 && < 0.12
 -    , QuickCheck >= 2.8.1 && < 2.10
-+    , doctest >= 0.8 && < 0.14
++    , doctest >= 0.8
 +    , QuickCheck >= 2.8.1 && < 2.12
  
  --Executable:     printinput



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/9d620151dcb02ca772be4836e5df7f752b9132d7
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/f2ba2e3a/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list