diff --git a/ChangeLog.md b/ChangeLog.md
new file mode 100644
--- /dev/null
+++ b/ChangeLog.md
@@ -0,0 +1,3 @@
+### v0.2.0
+
+* Removed upper bound on *attoparsec* version
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) Stefan Kersten 2008
+Copyright (c) Stefan Kersten 2008-2010
 
 All rights reserved.
 
diff --git a/delimited-text.cabal b/delimited-text.cabal
--- a/delimited-text.cabal
+++ b/delimited-text.cabal
@@ -1,33 +1,35 @@
-name:               delimited-text
-version:            0.1.7
-synopsis:           Parse character delimited textual data
-description:        Parse character delimited textual data
-license:            BSD3
-license-file:       LICENSE
-category:           Data
-copyright:          Copyright (c) Stefan Kersten 2008-2009
-author:             Stefan Kersten <sk@xdv.org>
-maintainer:         Stefan Kersten <sk@xdv.org>
-stability:          provisional
-homepage:           http://code.haskell.org/~StefanKersten/code/delimited-text
-tested-with:        GHC == 6.10.1
-build-type:         Simple
-cabal-version:      >= 1.6
+Name:               delimited-text
+Version:            0.2.0
+Synopsis:           Parse character delimited textual data
+Description:        Parse character delimited textual data
+License:            BSD3
+License-File:       LICENSE
+Category:           Data
+Copyright:          Copyright (c) Stefan Kersten 2008-2010
+Author:             Stefan Kersten <sk@xdv.org>
+Maintainer:         Stefan Kersten <sk@xdv.org>
+Stability:          provisional
+Homepage:           http://space.k-hornz.de/software/delimited-text
+Bug-Reports:        https://github.com/kaoskorobase/delimited-text/issues
+Tested-With:        GHC == 6.10, GHC == 6.12
+Build-Type:         Simple
+Cabal-Version:      >= 1.6
 
-extra-source-files: examples/data.dlm
+Extra-Source-Files: ChangeLog.md
+                    examples/data.dlm
                     examples/data.csv
                     examples/test.hs
 
-library
-  exposed-modules:  Text.Delimited
-  other-modules:    Text.Delimited.ByteString.Lazy
+Library
+  Exposed-Modules:  Text.Delimited
+  Other-Modules:    Text.Delimited.ByteString.Lazy
                     Text.Delimited.Put
                     Text.Delimited.Types
                     
-  build-depends:    base >= 3 && < 5,
-                    binary >= 0.4,
-                    bytestring,
-                    attoparsec >= 0.7 && < 0.8,
-                    bytestring-show >= 0.2
+  Build-Depends:    base >= 3 && < 5
+                  , binary >= 0.4
+                  , bytestring
+                  , attoparsec >= 0.7
+                  , bytestring-show >= 0.2
 
-  ghc-options:      -O2 -funbox-strict-fields 
+  Ghc-Options:      -W
