diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@
 
 [![Build Status](https://travis-ci.org/ocramz/matrix-market-attoparsec.png)](https://travis-ci.org/ocramz/matrix-market-attoparsec)
 
-Attoparsec parser for the NIST Matrix Market format [1].
+Attoparsec parser for the NIST Matrix Market format [0].
 
-The library also contains functions for serializing to text file, and the read/write/read roundtrip works as expected.
+The library also contains functions for serializing matrix data to text file.
 
 ## User guide
 
@@ -38,4 +38,4 @@
 
 ## References
 
-[1] [http://math.nist.gov/MatrixMarket/](http://math.nist.gov/MatrixMarket/)
+[0] [http://math.nist.gov/MatrixMarket/](http://math.nist.gov/MatrixMarket/)
diff --git a/Setup.hs b/Setup.hs
deleted file mode 100644
--- a/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff --git a/matrix-market-attoparsec.cabal b/matrix-market-attoparsec.cabal
--- a/matrix-market-attoparsec.cabal
+++ b/matrix-market-attoparsec.cabal
@@ -1,7 +1,7 @@
 name:                matrix-market-attoparsec
-version:             0.1.0.6
+version:             0.1.0.7
 synopsis:            Parsing and serialization functions for the NIST Matrix Market format
-description:         Please see README.md
+description:         Parsing and serialization functions for the NIST Matrix Market format.
 homepage:            https://github.com/ocramz/matrix-market-attoparsec
 license:             BSD2
 license-file:        LICENSE
