zenacy-html 2.0.2 → 2.0.3
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~bytestring
Dependency ranges changed: bytestring
Files
- CHANGES.md +4/−0
- zenacy-html.cabal +3/−3
CHANGES.md view
@@ -1,5 +1,9 @@ # Change Log +## 2.0.2++* Upgrade bytestring dependency+ ## 2.0.1 * Make version one line in cabal file to make shields work
zenacy-html.cabal view
@@ -1,5 +1,5 @@ cabal-version: >= 1.10-version: 2.0.2+version: 2.0.3 name: zenacy-html synopsis:@@ -23,7 +23,7 @@ maintainer: Michael Williams <mlcfp@icloud.com> copyright:- Copyright (C) 2015-2020 Michael P Williams+ Copyright (C) 2015-2021 Michael P Williams category: Web build-type:@@ -60,7 +60,7 @@ , Zenacy.HTML.Internal.Zip build-depends: base == 4.*,- bytestring >= 0.10.6.0 && < 0.11,+ bytestring >= 0.10.6.0 && < 0.12, containers >= 0.5.7.1 && < 0.7, data-default >= 0.7.1.1 && < 0.8, dlist >= 0.8 && < 1.1,