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

patch generic-trie

parent 8ba2fb59
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -286,7 +286,7 @@ ftphs 1.0.9.1
gd 3000.7.3
generic-deriving 1.12.1
generics-sop 0.3.2.0
generic-trie 0.3.0.2 ignore # BROKEN: LTS 11: newer base
generic-trie 0.3.0.2
geniplate-mirror 0.7.6
genvalidity 0.4.0.4
genvalidity-property 0.1.0.0
@@ -505,7 +505,7 @@ logging-facade 0.3.0
logict 0.6.0.2
lrucache 1.2.0.0
lucid 2.9.10
lucid-svg 0.7.0.0 ignore # BROKEN: LTS 11: newer base
lucid-svg 0.7.0.0
magic 1.1
map-syntax 0.3 ahead
markdown 0.1.17.1
+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
+11 −0
Original line number Diff line number Diff line
--- a/lucid-svg.cabal
+++ b/lucid-svg.cabal
@@ -19,7 +19,7 @@
                        Lucid.Svg.Path,
                        Lucid.Svg.Elements,
                        Lucid.Svg.Attributes
-  build-depends:       base          >= 4.5   && < 4.10,
+  build-depends:       base          >= 4.5   && < 5,
                        blaze-builder >= 0.2   && < 0.5,
                        transformers  >= 0.2   && < 0.6,
                        text          >= 0.11  && < 1.3,
+1 −0
Original line number Diff line number Diff line
newer-base