diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -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
diff --git a/test/resources/accent/foo.yaml b/test/resources/accent/foo.yaml
new file mode 100644
--- /dev/null
+++ b/test/resources/accent/foo.yaml
@@ -0,0 +1,1 @@
+foo: true
diff --git a/test/resources/accente/foo.yaml b/test/resources/accente/foo.yaml
deleted file mode 100644
--- a/test/resources/accente/foo.yaml
+++ /dev/null
@@ -1,1 +0,0 @@
-foo: true
diff --git a/yaml.cabal b/yaml.cabal
--- a/yaml.cabal
+++ b/yaml.cabal
@@ -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
