monadic-arrays 0.2.1.2 → 0.2.1.3
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~array
Dependency ranges changed: array
Files
- monadic-arrays.cabal +4/−4
monadic-arrays.cabal view
@@ -1,6 +1,6 @@ name: monadic-arrays category: Data Structures-version: 0.2.1.2+version: 0.2.1.3 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -21,9 +21,9 @@ library build-depends:- base >= 4 && < 5,- array >= 0.3.0.2 && < 0.5,- transformers >= 0.2.0 && < 0.4,+ base >= 4 && < 5,+ array >= 0.3.0.2 && < 0.6,+ transformers >= 0.2.0 && < 0.4, stm >= 2.1.2.1 && < 2.6 exposed-modules: