Commit 2d9f80cc authored by Clint Adams's avatar Clint Adams
Browse files

map-syntax: patch for newer base and containers

parent 18b6ccd4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-map-syntax (0.3-4) unstable; urgency=medium

  * Patch for newer base and containers.

 -- Clint Adams <clint@debian.org>  Sat, 27 Jul 2019 15:40:07 -0400

haskell-map-syntax (0.3-3) 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
@@ -18,7 +18,7 @@ Build-Depends:
 libghc-hspec-dev (>= 2.2.3),
 libghc-hspec-dev (<< 2.6),
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.1.4
Standards-Version: 4.4.0
Homepage: http://hackage.haskell.org/package/map-syntax
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-map-syntax
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-map-syntax]
+13 −0
Original line number Diff line number Diff line
--- a/map-syntax.cabal
+++ b/map-syntax.cabal
@@ -37,8 +37,8 @@
     Data.Map.Syntax
 
   build-depends:
-    base                       >= 4.3 && < 4.12,
-    containers                 >= 0.3 && < 0.6,
+    base                       >= 4.3 && < 4.13,
+    containers                 >= 0.3 && < 0.7,
     mtl                        >= 2.0 && < 2.3
 
   ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -fno-warn-unused-do-bind
+1 −0
Original line number Diff line number Diff line
newer-deps