diff --git a/Craft3e.cabal b/Craft3e.cabal
--- a/Craft3e.cabal
+++ b/Craft3e.cabal
@@ -1,17 +1,16 @@
-
+cabal-version: 2.2
 name: Craft3e
-version: 0.2.0.3
+version: 0.2.0.4
 license: MIT
 license-file: LICENSE
-copyright: (c) Addison Wesley
+copyright: (c) Simon Thompson
 author: Simon Thompson
 maintainer: Simon Thompson <s.j.thompson@kent.ac.uk>
 bug-reports: mailto:s.j.thompson@kent.ac.uk
 stability: stable
-homepage: http://www.haskellcraft.com/
-synopsis: Code for Haskell: the Craft of Functional Programming, 3rd ed.
+homepage: https://simonjohnthompson.github.io/haskellcraft/
+synopsis: Code for Haskell: the Craft of Functional Programming
 category: Education
-cabal-version: >= 1.10
 build-type: Simple
 description:
   .
@@ -40,10 +39,10 @@
     base >= 4.9.0.0 && < 5,
     QuickCheck >= 2.1 && < 3,
     old-locale == 1.0.*,
-    time >= 1.1 && < 2.0,
+    time >= 1.1 && < 2,
     mtl >= 1.1 && < 2.3,
-    HUnit >= 1.2.0,
-    open-browser >= 0.1.0.0 && < 0.5.0.0
+    HUnit >= 1.2.0 && < 1.7,
+    open-browser >= 0.1.0.0 && < 0.5
   
   exposed-modules:
 
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 1996-2010 Addison-Wesley
+Copyright (c) Simon Thompson
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
