diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+yst 0.4.0.1 (released 15 Sep 2013)
+
+  * Removed unneeded build-depends.
+
 yst 0.4 (released 15 Sep 2013)
 
   * Use yaml package instead of HsSyck.
diff --git a/yst.cabal b/yst.cabal
--- a/yst.cabal
+++ b/yst.cabal
@@ -1,5 +1,5 @@
 name:                yst
-version:             0.4
+version:             0.4.0.1
 Tested-With:         GHC == 7.4.1
 Cabal-version:       >= 1.8
 build-type:          Simple
@@ -57,9 +57,9 @@
   build-depends:     base >=3 && < 5, unordered-containers,
                      HStringTemplate >= 0.6.1 && < 0.6.9 || > 0.6.11 && < 0.8,
                      yaml, csv, aeson, text,
-                     filepath, containers, directory, utf8-string, time,
+                     filepath, containers, directory, time,
                      old-locale, old-time, parsec, xhtml,
-                     pandoc >= 1.10 && < 1.13, bytestring,
+                     pandoc >= 1.10 && < 1.13,
                      split, HDBC, HDBC-sqlite3
   extensions:        CPP
   if impl(ghc >= 6.12)
