Commit 9d620151 authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

cgi: Relax build-dep on exceptions and doctest

parent 560a5245
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-cgi (3001.3.0.2-7) unstable; urgency=medium

  * Relax build-dep on libghc-exceptions-dev and libghc-doctest-dev

 -- Ilias Tsitsimpis <iliastsi@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-
+1 −2
Original line number Diff line number Diff line
@@ -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,
+10 −3
Original line number Diff line number Diff line
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