liblawless 0.14.0.1 → 0.14.0.2
raw patch · 2 files changed
+4/−2 lines, 2 filesdep ~dnsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dns
API changes (from Hackage documentation)
Files
- ChangeLog +2/−0
- liblawless.cabal +2/−2
ChangeLog view
@@ -1,5 +1,7 @@ 2016-12-16 Evan Cofsky <evan@theunixman.com> + * liblawless.cabal: Use dns-2.0.8 which is available in Debian.+ * Examples/ZFS/zpools.yaml: Rename from zpool.yaml. * liblawless.cabal: Uncomment ZFS example build.
liblawless.cabal view
@@ -1,5 +1,5 @@ name: liblawless-version: 0.14.0.1+version: 0.14.0.2 synopsis: Prelude based on protolude for GHC 8 and beyond. license: GPL-3 license-file: LICENSE@@ -83,7 +83,7 @@ data-default >= 0.7.1.1 && < 0.8, data-textual >= 0.3.0 && < 0.4, directory >= 1.2.6 && < 1.3,- dns >= 2.0.10 && < 2.1,+ dns >= 2.0.8 && < 2.1, exceptions >= 0.8.3 && < 0.9, filepath >= 1.4.1 && < 1.5, hjsonschema >= 1.2.0 && < 1.3,