diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -51,17 +51,11 @@
 
 ## Installation
 
-Note that haskell-packages uses (yet unreleased) haskell-src-exts 1.14. Get it
-[here][hse].
-
 It doesn't matter what Cabal version you use together with haskell-packages, but
 if you want to invoke a haskell-packages compiler from Cabal (see
 [Usage](#usage)), you need to build our [fork of Cabal][Cabal]. Eventually it
-will be merged into Cabal. If you are using version `v0.1` of haskell-packages
-(and not the `master` branch), then use the tag `haskell-packages-0.1` of the
-forked Cabal repository.
+will be merged into Cabal.
 
-[hse]: https://github.com/haskell-suite/haskell-src-exts
 [Cabal]: https://github.com/feuerbach/Cabal
 
 ## Usage
diff --git a/haskell-packages.cabal b/haskell-packages.cabal
--- a/haskell-packages.cabal
+++ b/haskell-packages.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                haskell-packages
-version:             0.2
+version:             0.2.1
 synopsis:            Haskell suite library for package management and integration with Cabal
 description:         See <http://documentup.com/haskell-suite/haskell-packages>
 license:             MIT
@@ -25,7 +25,7 @@
 source-repository this
   type:     git
   location: git://github.com/haskell-suite/haskell-packages.git
-  tag:      v0.2
+  tag:      v0.2.1
 
 library
   default-language:    Haskell2010
