yaml 0.8.18.4 → 0.8.18.5
raw patch · 4 files changed
+7/−3 lines, 4 files
Files
- ChangeLog.md +4/−0
- test/resources/accent/foo.yaml +1/−0
- test/resources/accente/foo.yaml +0/−1
- yaml.cabal +2/−2
ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.8.18.5++* Properly fix previous bug (fixes #94)+ ## 0.8.18.4 * Remove file with non-ASCII name due to Stack/cabal-install/Hackage
+ test/resources/accent/foo.yaml view
@@ -0,0 +1,1 @@+foo: true
− test/resources/accente/foo.yaml
@@ -1,1 +0,0 @@-foo: true
yaml.cabal view
@@ -1,5 +1,5 @@ name: yaml-version: 0.8.18.4+version: 0.8.18.5 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com>,Kirill Simonov@@ -20,7 +20,7 @@ test/resources/foo.yaml test/resources/bar.yaml test/resources/baz.yaml- test/resources/accenté/foo.yaml+ test/resources/accent/foo.yaml test/resources/loop/foo.yaml test/resources/loop/bar.yaml README.md