algebra 3.0.1 → 3.0.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~distributivePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: distributive
API changes (from Hackage documentation)
Files
- algebra.cabal +2/−2
algebra.cabal view
@@ -1,6 +1,6 @@ name: algebra category: Math, Algebra-version: 3.0.1+version: 3.0.1.1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -39,7 +39,7 @@ build-depends: array >= 0.3.0.2 && < 0.5, base == 4.*,- distributive >= 0.2.2 && < 0.3,+ distributive >= 0.2.2 && < 0.4, transformers >= 0.2 && < 0.4, tagged >= 0.4.2 && < 0.5, categories >= 1.0 && < 1.1,