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-records.cabal b/grapefruit-records.cabal
--- a/grapefruit-records.cabal
+++ b/grapefruit-records.cabal
@@ -1,15 +1,16 @@
 Name:          grapefruit-records
-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-records/0.1.0.0/grapefruit-records-0.1.0.0.tar.gz
+Package-URL:   http://hackage.haskell.org/packages/archive/grapefruit-records/0.1.0.1/grapefruit-records-0.1.0.1.tar.gz
 Synopsis:      A record system for Functional Reactive Programming
 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
@@ -18,7 +19,7 @@
                .
                This package provides a record system for use with FRP.
 Category:      Data, FRP, Reactivity
-Tested-With:   GHC == 7.0.4
+Tested-With:   GHC == 7.4.1
 
 Source-Repository head
     type:     darcs
@@ -26,12 +27,12 @@
 
 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:   arrows         >= 0.2 && < 0.5,
-                     base           >= 3.0 && < 4.4,
+                     base           >= 3.0 && < 5,
                      grapefruit-frp >= 0.1 && < 0.2
     Extensions:      Arrows
                      EmptyDataDecls
