diff --git a/Control/Applicative/Unicode.hs b/Control/Applicative/Unicode.hs
--- a/Control/Applicative/Unicode.hs
+++ b/Control/Applicative/Unicode.hs
@@ -2,7 +2,7 @@
 
 {-|
 Module     : Control.Applicative.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/Control/Arrow/Unicode.hs b/Control/Arrow/Unicode.hs
--- a/Control/Arrow/Unicode.hs
+++ b/Control/Arrow/Unicode.hs
@@ -2,7 +2,7 @@
 
 {-|
 Module     : Control.Arrow.Unicode
-Copyright  : (c) 2010 Roel van Dijk
+Copyright  : 2010—2011 Roel van Dijk
 License    : BSD3 (see the file LICENSE)
 Maintainer : Roel van Dijk <vandijk.roel@gmail.com>
 -}
@@ -26,7 +26,7 @@
 import Control.Arrow ( Arrow, (***), ArrowChoice, (+++), (|||) )
 import Data.Either   ( Either )
 
-#if MIN_VERSION_base(3,0,3)
+#if (MIN_VERSION_base(3,0,3))
 -- from base-unicode-symbols
 import Control.Category.Unicode ( (⋙), (⋘) )
 #else
@@ -43,7 +43,7 @@
 #endif
 infixr 2 ⧻
 infixr 2 ⫴
-#if !MIN_VERSION_base(3,0,3)
+#if ! (MIN_VERSION_base(3,0,3))
 infixr 1 ⋙, ⋘
 #endif
 
@@ -78,7 +78,7 @@
 (⫴) ∷ ArrowChoice (⇝) ⇒ (α ⇝ δ) → (β ⇝ δ) → (Either α β ⇝ δ)
 (⫴) = (|||)
 
-#if !MIN_VERSION_base(3,0,3)
+#if ! (MIN_VERSION_base(3,0,3))
 {-|
 (&#x22D9;) = ('>>>')
 
diff --git a/Control/Category/Unicode.hs b/Control/Category/Unicode.hs
--- a/Control/Category/Unicode.hs
+++ b/Control/Category/Unicode.hs
@@ -2,7 +2,7 @@
 
 {-|
 Module     : Control.Category.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/Control/Monad/Unicode.hs b/Control/Monad/Unicode.hs
--- a/Control/Monad/Unicode.hs
+++ b/Control/Monad/Unicode.hs
@@ -2,7 +2,7 @@
 
 {-|
 Module     : Control.Monad.Unicode
-Copyright  : (c) 2010 Roel van Dijk
+Copyright  : 2010—2011 Roel van Dijk
 License    : BSD3 (see the file LICENSE)
 Maintainer : Roel van Dijk <vandijk.roel@gmail.com>
 -}
diff --git a/Data/Bool/Unicode.hs b/Data/Bool/Unicode.hs
--- a/Data/Bool/Unicode.hs
+++ b/Data/Bool/Unicode.hs
@@ -2,7 +2,7 @@
 
 {-|
 Module     : Data.Bool.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/Eq/Unicode.hs b/Data/Eq/Unicode.hs
--- a/Data/Eq/Unicode.hs
+++ b/Data/Eq/Unicode.hs
@@ -2,7 +2,7 @@
 
 {-|
 Module     : Data.Eq.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/Foldable/Unicode.hs b/Data/Foldable/Unicode.hs
--- a/Data/Foldable/Unicode.hs
+++ b/Data/Foldable/Unicode.hs
@@ -2,7 +2,7 @@
 
 {-|
 Module     : Data.Foldable.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/Function/Unicode.hs b/Data/Function/Unicode.hs
--- a/Data/Function/Unicode.hs
+++ b/Data/Function/Unicode.hs
@@ -2,7 +2,7 @@
 
 {-|
 Module     : Data.Function.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/List/Unicode.hs b/Data/List/Unicode.hs
--- a/Data/List/Unicode.hs
+++ b/Data/List/Unicode.hs
@@ -2,7 +2,7 @@
 
 {-|
 Module     : Data.List.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/Monoid/Unicode.hs b/Data/Monoid/Unicode.hs
--- a/Data/Monoid/Unicode.hs
+++ b/Data/Monoid/Unicode.hs
@@ -2,7 +2,7 @@
 
 {-|
 Module     : Data.Monoid.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/Ord/Unicode.hs b/Data/Ord/Unicode.hs
--- a/Data/Ord/Unicode.hs
+++ b/Data/Ord/Unicode.hs
@@ -2,7 +2,7 @@
 
 {-|
 Module     : Data.Ord.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/Prelude/Unicode.hs b/Prelude/Unicode.hs
--- a/Prelude/Unicode.hs
+++ b/Prelude/Unicode.hs
@@ -2,7 +2,7 @@
 
 {-|
 Module     : Prelude.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/base-unicode-symbols.cabal b/base-unicode-symbols.cabal
--- a/base-unicode-symbols.cabal
+++ b/base-unicode-symbols.cabal
@@ -1,9 +1,9 @@
 name:          base-unicode-symbols
-version:       0.2.1.4
+version:       0.2.1.5
 cabal-version: >=1.6
 build-type:    Simple
 stability:     provisional
-tested-with:   GHC ==6.8.1, GHC ==6.10.1, GHC ==7.0.1, GHC ==7.0.3
+tested-with:   GHC ==6.8.1, GHC ==6.10.1, GHC ==6.12.1, GHC ==6.12.3, GHC ==7.0.1, GHC ==7.0.3
 author:        Roel van Dijk <vandijk.roel@gmail.com>
 maintainer:    Roel van Dijk <vandijk.roel@gmail.com>
 copyright:     2009–2011 Roel van Dijk <vandijk.roel@gmail.com>
@@ -31,8 +31,8 @@
   \[1\] <http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html#unicode-syntax>
 
 source-repository head
-  type:     darcs
-  location: http://code.haskell.org/~roelvandijk/code/base-unicode-symbols
+  type:     git
+  location: git://github.com/roelvandijk/base-unicode-symbols.git
 
 flag old-base
   description: Support for base < 3.0.3.1
