ListLike 4.0.1 → 4.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~text
Dependency ranges changed: text
Files
- ListLike.cabal +2/−2
ListLike.cabal view
@@ -1,5 +1,5 @@ Name: ListLike-Version: 4.0.1+Version: 4.0.2 License: BSD3 Maintainer: John Lato <jwlato@gmail.com> Author: John Goerzen@@ -46,7 +46,7 @@ ,containers >= 0.3 && < 0.6 ,bytestring >= 0.9.1 && < 0.11 ,array >= 0.3 && < 0.6- ,text >= 0.11 && < 0.12+ ,text >= 0.11 && < 1.2 ,vector >= 0.5 && < 0.11 Test-suite listlike-tests