adjunctions 3.2.1 → 3.2.1.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~array
Dependency ranges changed: array
Files
- CHANGELOG.markdown +4/−0
- adjunctions.cabal +2/−2
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+3.2.1.1+-------+* Updated the `array` dependency+ 3.2.1 ----- * Marked modules appropriately `Trustworthy`.
adjunctions.cabal view
@@ -1,6 +1,6 @@ name: adjunctions category: Data Structures, Adjunctions-version: 3.2.1+version: 3.2.1.1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -40,7 +40,7 @@ UndecidableInstances build-depends:- array >= 0.3.0.2 && < 0.5,+ array >= 0.3.0.2 && < 0.6, base >= 4 && < 5, transformers >= 0.2 && < 0.4, mtl >= 2.0.1 && < 2.2,