diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+## 0.8.17.1
+
+* Avoid bug in Cabal [#83](https://github.com/snoyberg/yaml/pull/83)
+
 ## 0.8.17
 
 * `loadYamlSettingsArgs`
diff --git a/yaml.cabal b/yaml.cabal
--- a/yaml.cabal
+++ b/yaml.cabal
@@ -1,5 +1,5 @@
 name:            yaml
-version:         0.8.17
+version:         0.8.17.1
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com>,Kirill Simonov 
@@ -142,15 +142,15 @@
       Buildable: False
    else
       Buildable: True
+      build-depends: base
+                   , bytestring
+                   , raw-strings-qq
+                   , text
+                   , yaml
    hs-source-dirs: examples
    main-is: Main.hs
    other-modules: Config
                   Simple
-   build-depends: base
-                , bytestring
-                , raw-strings-qq
-                , text
-                , yaml
    ghc-options:   -Wall
 
 source-repository head
