diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
 
 The first two functions contain the parsing logic, and make use of `scientific` for parsing numerical data in scientific notation.
 
-As of version 0.1.1 there are also intermediate functions @readMatrix'@, @readArray'@, @writeMatrix'@ and @writeArray'@ that do not touch the filesystem but (de-)serialize from/to lazy ByteString.
+As of version 0.1.1 there are also intermediate functions `readMatrix'`, `readArray'`, `writeMatrix'` and `writeArray'` that do not touch the filesystem but (de-)serialize from/to lazy ByteString.
 
 
 ### Naming convention
diff --git a/matrix-market-attoparsec.cabal b/matrix-market-attoparsec.cabal
--- a/matrix-market-attoparsec.cabal
+++ b/matrix-market-attoparsec.cabal
@@ -1,5 +1,5 @@
 name:                matrix-market-attoparsec
-version:             0.1.1.2
+version:             0.1.1.3
 synopsis:            Parsing and serialization functions for the NIST Matrix Market format
 description:         Parsing and serialization functions for the NIST Matrix Market format.
 homepage:            https://github.com/ocramz/matrix-market-attoparsec
@@ -34,13 +34,6 @@
                      , exceptions
                      , scientific  >= 0.3.3.8
 
--- executable matrix-market-attoparsec
---   default-language:    Haskell2010
---   ghc-options:         -threaded -rtsopts -with-rtsopts=-N
---   hs-source-dirs:      app
---   main-is:             Main.hs
---   build-depends:       base
---                      , matrix-market-attoparsec
 
 test-suite spec
   default-language:    Haskell2010
