Commit 1c373390 authored by Clint Adams's avatar Clint Adams
Browse files

generic-trie: patch for newer base

parent 7ee346bb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-generic-trie (0.3.0.2-5) unstable; urgency=medium

  * Patch for newer base.

 -- Clint Adams <clint@debian.org>  Fri, 27 Apr 2018 08:42:53 -0400

haskell-generic-trie (0.3.0.2-4) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+11 −0
Original line number Diff line number Diff line
--- a/generic-trie.cabal
+++ b/generic-trie.cabal
@@ -25,7 +25,7 @@
 library
   exposed-modules:     Data.GenericTrie,
                        Data.GenericTrie.Internal
-  build-depends:       base             >= 4.5     && < 4.10,
+  build-depends:       base             >= 4.5     && < 5,
                        transformers     >= 0.2     && < 0.6,
                        containers       >= 0.4.2.1 && < 0.6
   GHC-options:         -O2 -Wall
+1 −0
Original line number Diff line number Diff line
newer-base