diff --git a/Data/IntMap/Unicode.hs b/Data/IntMap/Unicode.hs
--- a/Data/IntMap/Unicode.hs
+++ b/Data/IntMap/Unicode.hs
@@ -2,7 +2,7 @@
 
 {-|
 Module     : Data.IntMap.Unicode
-Copyright  : (c) 2009–2010 Roel van Dijk
+Copyright  : 2009–2011 Roel van Dijk
 License    : BSD3 (see the file LICENSE)
 Maintainer : Roel van Dijk <vandijk.roel@gmail.com>
 -}
diff --git a/Data/IntSet/Unicode.hs b/Data/IntSet/Unicode.hs
--- a/Data/IntSet/Unicode.hs
+++ b/Data/IntSet/Unicode.hs
@@ -2,7 +2,7 @@
 
 {-|
 Module     : Data.IntSet.Unicode
-Copyright  : (c) 2009–2010 Roel van Dijk
+Copyright  : 2009–2011 Roel van Dijk
 License    : BSD3 (see the file LICENSE)
 Maintainer : Roel van Dijk <vandijk.roel@gmail.com>
 -}
diff --git a/Data/Map/Unicode.hs b/Data/Map/Unicode.hs
--- a/Data/Map/Unicode.hs
+++ b/Data/Map/Unicode.hs
@@ -2,7 +2,7 @@
 
 {-|
 Module     : Data.Map.Unicode
-Copyright  : (c) 2009–2010 Roel van Dijk
+Copyright  : 2009–2011 Roel van Dijk
 License    : BSD3 (see the file LICENSE)
 Maintainer : Roel van Dijk <vandijk.roel@gmail.com>
 -}
diff --git a/Data/Sequence/Unicode.hs b/Data/Sequence/Unicode.hs
--- a/Data/Sequence/Unicode.hs
+++ b/Data/Sequence/Unicode.hs
@@ -2,7 +2,7 @@
 
 {-|
 Module     : Data.Sequence.Unicode
-Copyright  : (c) 2009–2010 Roel van Dijk
+Copyright  : 2009–2011 Roel van Dijk
 License    : BSD3 (see the file LICENSE)
 Maintainer : Roel van Dijk <vandijk.roel@gmail.com>
 -}
diff --git a/Data/Set/Unicode.hs b/Data/Set/Unicode.hs
--- a/Data/Set/Unicode.hs
+++ b/Data/Set/Unicode.hs
@@ -2,7 +2,7 @@
 
 {-|
 Module     : Data.Set.Unicode
-Copyright  : (c) 2009–2010 Roel van Dijk
+Copyright  : 2009–2011 Roel van Dijk
 License    : BSD3 (see the file LICENSE)
 Maintainer : Roel van Dijk <vandijk.roel@gmail.com>
 -}
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2009–2010 Roel van Dijk
+Copyright 2009–2011 Roel van Dijk
 
 All rights reserved.
 
diff --git a/README.markdown b/README.markdown
new file mode 100644
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,6 @@
+This package defines new symbols for a number of functions and
+operators in the containers package.
+
+All symbols are documented with their actual definition and
+information regarding their Unicode code point. They should be
+completely interchangeable with their definitions.
diff --git a/containers-unicode-symbols.cabal b/containers-unicode-symbols.cabal
--- a/containers-unicode-symbols.cabal
+++ b/containers-unicode-symbols.cabal
@@ -1,15 +1,16 @@
 name:          containers-unicode-symbols
-version:       0.3.0.2
+version:       0.3.0.4
 cabal-version: >=1.6
 build-type:    Simple
 stability:     provisional
 author:        Roel van Dijk <vandijk.roel@gmail.com>
 maintainer:    Roel van Dijk <vandijk.roel@gmail.com>
-copyright:     (c) 2009–2010 Roel van Dijk <vandijk.roel@gmail.com>
+copyright:     2009—2011 Roel van Dijk <vandijk.roel@gmail.com>
 license:       BSD3
 license-file:  LICENSE
 category:
 homepage:      http://haskell.org/haskellwiki/Unicode-symbols
+bug-reports:   https://github.com/roelvandijk/containers-unicode-symbols/issues
 synopsis:      Unicode alternatives for common functions and operators
 description:
   This package defines new symbols for a number of functions and
@@ -19,9 +20,11 @@
   information regarding their Unicode code point. They should be
   completely interchangeable with their definitions.
 
+extra-source-files: LICENSE, README.markdown
+
 source-repository head
-  type:     darcs
-  location: http://code.haskell.org/~roelvandijk/code/containers-unicode-symbols
+  type:     git
+  location: git://github.com/roelvandijk/containers-unicode-symbols.git
 
 library
   exposed-modules: Data.IntMap.Unicode
@@ -29,7 +32,7 @@
                  , Data.Map.Unicode
                  , Data.Sequence.Unicode
                  , Data.Set.Unicode
-  build-depends: base                 >= 3.0.3.1 && < 4.4
+  build-depends: base                 >= 3.0.3.1 && < 4.5
                , base-unicode-symbols >= 0.1.1   && < 0.3
                , containers                         < 0.5
   ghc-options: -Wall
