diff --git a/Shellac-compatline.cabal b/Shellac-compatline.cabal
--- a/Shellac-compatline.cabal
+++ b/Shellac-compatline.cabal
@@ -1,5 +1,5 @@
 Name:           Shellac-compatline
-Version:        0.9
+Version:        0.9.5.2
 Cabal-version:  >= 1.2.2
 Build-Type:     Simple
 Author:         Robert Dockins
@@ -8,7 +8,7 @@
 Maintainer:     robdockins AT fastmail DOT fm
 Category:       User Interfaces
 Stability:      Beta
-Homepage:       http://www.cs.princeton.edu/~rdockins/shellac/home/
+Homepage:       http://rwd.rdockins.name/shellac/home/
 Synopsis:       "compatline" backend module for Shellac
 Description:
    This package provides a Shellac backend which acts a thin interface
@@ -28,7 +28,7 @@
   Hs-Source-Dirs:
     src
   Build-Depends:
-     base, haskell98,
+     base >= 1.0 && < 5,
      Shellac >= 0.9
   if(flag(UseEditline))
     Build-Depends: Shellac-editline
