Commit 7e77ff00 authored by Clint Adams's avatar Clint Adams
Browse files

cryptol: patch for newer base-compat

parent fc93925b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-cryptol (2.6.0-3) unstable; urgency=medium

  * Patch for newer base-compat.

 -- Clint Adams <clint@debian.org>  Fri, 09 Nov 2018 20:05:45 -0600

haskell-cryptol (2.6.0-2) unstable; urgency=medium

  * Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Build-Depends:
 libghc-graphscc-dev (>= 1.0.4),
 libghc-graphscc-prof,
 libghc-base-compat-dev (>= 0.6),
 libghc-base-compat-dev (<< 0.10),
 libghc-base-compat-dev (<< 0.11),
 libghc-base-compat-prof,
 libghc-gitrev-dev (>= 1.0),
 libghc-gitrev-prof,
+11 −0
Original line number Diff line number Diff line
--- a/cryptol.cabal
+++ b/cryptol.cabal
@@ -43,7 +43,7 @@ library
   Default-language:
     Haskell2010
   Build-depends:       base              >= 4.8 && < 5,
-                       base-compat       >= 0.6 && < 0.10,
+                       base-compat       >= 0.6 && < 0.11,
                        bytestring        >= 0.10,
                        array             >= 0.4,
                        containers        >= 0.5,
+1 −0
Original line number Diff line number Diff line
newer-deps