diff --git a/decode-utf8.cabal b/decode-utf8.cabal
--- a/decode-utf8.cabal
+++ b/decode-utf8.cabal
@@ -1,5 +1,5 @@
 name: decode-utf8
-version: 1.0
+version: 1.1
 category: Text
 synopsis: Decode a UTF-8 byte stream on standard input
 license: MIT
@@ -18,9 +18,6 @@
     base >= 4.0 && < 5.0,
     opentheory-unicode >= 1.0 && < 2.0,
     api-opentheory-unicode >= 1.0 && < 2.0
-
   hs-source-dirs: src
-
   ghc-options: -Wall
-
   main-is: Main.hs
