Commit dfcc8beb authored by Clint Adams's avatar Clint Adams
Browse files

pointed: patch for newer stm and hashable

parent 06daf06d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-pointed (5.0.1-5) unstable; urgency=medium

  * Patch for newer stm and hashable.

 -- Clint Adams <clint@debian.org>  Sat, 31 Aug 2019 21:24:43 -0400

haskell-pointed (5.0.1-4) unstable; urgency=medium

  [ Dmitry Bogatov ]
+18 −0
Original line number Diff line number Diff line
@@ -9,3 +9,21 @@
 
   if flag(kan-extensions)
     build-depends: kan-extensions >= 5 && < 6
@@ -92,7 +92,7 @@
     build-depends: semigroups >= 0.8.3.1 && < 1
 
   if flag(stm)
-    build-depends: stm >= 2.1.2.1 && < 2.5
+    build-depends: stm >= 2.1.2.1 && < 2.6
 
   if flag(tagged)
     build-depends: tagged >= 0.5 && < 1
@@ -101,7 +101,7 @@
     build-depends: transformers >= 0.2 && < 0.6, transformers-compat >= 0.3 && < 1
 
   if flag(unordered-containers)
-    build-depends: hashable >= 1.1 && < 1.3, unordered-containers >= 0.2 && < 0.3
+    build-depends: hashable >= 1.1 && < 1.4, unordered-containers >= 0.2 && < 0.3
 
   exposed-modules:
     Data.Pointed