diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,5 @@
 Copyright © 2007–2010 Brandenburgische Technische Universität Cottbus
+Copyright © 2011      Wolfgang Jeltsch
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without modification, are permitted
diff --git a/records.cabal b/records.cabal
--- a/records.cabal
+++ b/records.cabal
@@ -1,16 +1,15 @@
 Name:          records
-Version:       0.1.1.3
-Cabal-Version: >= 1.2.3
+Version:       0.1.1.5
+Cabal-Version: >= 1.6
 Build-Type:    Simple
 License:       BSD3
 License-File:  LICENSE
-Copyright:     © 2007–2010 Brandenburgische Technische Universität Cottbus
+Copyright:     © 2007–2010 Brandenburgische Technische Universität Cottbus; © 2011 Wolfgang Jeltsch
 Author:        Wolfgang Jeltsch
-Maintainer:    jeltsch@tu-cottbus.de
+Maintainer:    wolfgang@cs.ioc.ee
 Stability:     provisional
-Homepage:      http://community.haskell.org/~jeltsch/records/
-Bug-Reports:   jeltsch@tu-cottbus.de
-Package-URL:   http://hackage.haskell.org/packages/archive/records/0.1.1.2/records-0.1.1.2.tar.gz
+Homepage:      http://darcs.wolfgang.jeltsch.info/haskell/records
+Package-URL:   http://hackage.haskell.org/packages/archive/records/0.1.1.5/records-0.1.1.5.tar.gz
 Synopsis:      A flexible record system
 Description:   This package provides a flexible record system which has some novel features:
                .
@@ -26,10 +25,19 @@
                For detailed information, please refer to the paper
                /Generic Record Combinators with Static Type Checking/.
 Category:      Data, Records
-Tested-With:   GHC == 6.12.1
+Tested-With:   GHC == 7.0.4
 
+Source-Repository head
+    type:     darcs
+    location: http://darcs.wolfgang.jeltsch.info/haskell/records/main
+
+Source-Repository this
+    type:     darcs
+    location: http://darcs.wolfgang.jeltsch.info/haskell/records/main
+    tag:      records-0.1.1.5
+
 Library
-    Build-Depends:   base           >= 3.0   && < 4.1,
+    Build-Depends:   base           >= 3.0   && < 4.4,
                      kinds          >= 0.0.1 && < 0.1,
                      type-functions >= 0.1   && < 0.3
     Extensions:      EmptyDataDecls
