ListLike 3.1.5 → 3.1.6
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
- ListLike.cabal +2/−2
ListLike.cabal view
@@ -1,5 +1,5 @@ Name: ListLike-Version: 3.1.5+Version: 3.1.6 License: BSD3 Maintainer: John Lato <jwlato@gmail.com> Author: John Goerzen@@ -36,7 +36,7 @@ -- Other-Modules: Data.ConfigFile.Lexer Build-Depends: base >= 3 && < 5 ,containers >= 0.3 && < 0.6- ,bytestring >= 0.9.1 && < 0.10+ ,bytestring >= 0.9.1 && < 0.11 ,array >= 0.3 && < 0.5 Executable runtests