diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,5 @@
 Copyright © 2007–2009 Brandenburgische Technische Universität Cottbus
-Copyright © 2011      Wolfgang Jeltsch
+Copyright © 2011–2012 Wolfgang Jeltsch
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without modification, are permitted
diff --git a/grapefruit-examples.cabal b/grapefruit-examples.cabal
--- a/grapefruit-examples.cabal
+++ b/grapefruit-examples.cabal
@@ -1,15 +1,16 @@
 Name:          grapefruit-examples
-Version:       0.1.0.0
+Version:       0.1.0.1
 Cabal-Version: >= 1.6
 Build-Type:    Simple
 License:       BSD3
 License-File:  LICENSE
-Copyright:     © 2007–2009 Brandenburgische Technische Universität Cottbus; © 2011 Wolfgang Jeltsch
+Copyright:     © 2007–2009 Brandenburgische Technische Universität Cottbus
+               © 2011–2012 Wolfgang Jeltsch
 Author:        Wolfgang Jeltsch
 Maintainer:    wolfgang@cs.ioc.ee
 Stability:     provisional
 Homepage:      http://grapefruit-project.org/
-Package-URL:   http://hackage.haskell.org/packages/archive/grapefruit-examples/0.1.0.0/grapefruit-examples-0.1.0.0.tar.gz
+Package-URL:   http://hackage.haskell.org/packages/archive/grapefruit-examples/0.1.0.1/grapefruit-examples-0.1.0.1.tar.gz
 Synopsis:      Examples using the Grapefruit library
 Description:   Grapefruit is a library for Functional Reactive Programming (FRP) with a focus on
                user interfaces. FRP makes it possible to implement reactive and interactive systems
@@ -32,7 +33,7 @@
                @Simple@, @Switching@, @Converter@, @ListView@, and @SetView@, and the only UI
                backend is @GTK@.
 Category:      FRP, Reactivity, GUI, User Interfaces
-Tested-With:   GHC == 7.0.4
+Tested-With:   GHC == 7.4.1
 
 Source-Repository head
     type:     darcs
@@ -40,11 +41,11 @@
 
 Source-Repository this
     type:     darcs
-    location: http://darcs.grapefruit-project.org/main
-    tag:      grapefruit-0.1.0.0
+    location: http://darcs.grapefruit-project.org/0.1
+    tag:      grapefruit-0.1.0.1
 
 Library
-    Build-Depends:   base               >= 3.0   && < 4.4,
+    Build-Depends:   base               >= 3.0   && < 5,
                      colour             >= 1.0   && < 2.4,
                      containers         >= 0.1   && < 0.5,
                      fraction           >= 0.0.1 && < 0.2,
