representable-tries 2.4.0.2 → 2.5
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~adjunctionsdep ~keysdep ~representable-functors
Dependency ranges changed: adjunctions, keys, representable-functors
Files
representable-tries.cabal view
@@ -1,6 +1,6 @@ name: representable-tries category: Data Structures, Functors, Monads, Comonads-version: 2.4.0.2+version: 2.5 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -43,10 +43,10 @@ distributive >= 0.2.2 && < 0.3, semigroups >= 0.8.3.1 && < 0.9, semigroupoids >= 1.3.1.2 && < 1.4,- keys >= 2.1.3.1 && < 2.2,+ keys >= 2.2 && < 2.3, comonad-transformers >= 2.1.1.1 && < 2.2,- adjunctions >= 2.4.0.1 && < 2.5,- representable-functors >= 2.4.0.1 && < 2.5+ adjunctions >= 2.5 && < 2.6,+ representable-functors >= 2.5 && < 2.6 exposed-modules: Control.Monad.Reader.Trie