diff --git a/JSON-Schema-Test-Suite/remotes/folder/folderInteger.json b/JSON-Schema-Test-Suite/remotes/folder/folderInteger.json
new file mode 100644
--- /dev/null
+++ b/JSON-Schema-Test-Suite/remotes/folder/folderInteger.json
@@ -0,0 +1,3 @@
+{
+    "type": "integer"
+}
diff --git a/changelog.txt b/changelog.txt
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,7 @@
+# 0.10.0.1
+
++ Fix .cabal file.
+
 # 0.10
 
 + Rewrite fetching internals.
diff --git a/examples/json/unique.json b/examples/json/unique.json
new file mode 100644
--- /dev/null
+++ b/examples/json/unique.json
@@ -0,0 +1,3 @@
+{
+  "uniqueItems": true
+}
diff --git a/hjsonschema.cabal b/hjsonschema.cabal
--- a/hjsonschema.cabal
+++ b/hjsonschema.cabal
@@ -1,5 +1,5 @@
 name:                   hjsonschema
-version:                0.10.0.0
+version:                0.10.0.1
 synopsis:               JSON Schema library
 homepage:               https://github.com/seagreen/hjsonschema
 license:                MIT
@@ -12,10 +12,12 @@
 tested-with:            GHC == 7.8.4, GHC == 7.10.2
 extra-source-files:     changelog.txt
                         JSON-Schema-Test-Suite/remotes/*.json
+                        JSON-Schema-Test-Suite/remotes/folder/*.json
                         JSON-Schema-Test-Suite/tests/draft4/*.json
                         README.md
                         src/draft4.json
                         test/Local/*.json
+                        examples/json/*.json
 
 library
   hs-source-dirs:       src
