diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2012, Adam Smith
+Copyright (c) 2012 Adam Smith
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without modification,
diff --git a/hs-cdb.cabal b/hs-cdb.cabal
--- a/hs-cdb.cabal
+++ b/hs-cdb.cabal
@@ -1,5 +1,5 @@
 name:hs-cdb
-version:0.1
+version:0.1.1
 License:BSD3
 License-File:LICENSE
 Author:Adam Smith
@@ -23,7 +23,7 @@
 
 Library
   Build-Depends:array, base >= 4 && < 5, bytestring, bytestring-mmap, directory,
-                filepath, haskell98, mtl
+                filepath, mtl
   Exposed-modules:
     Database.CDB
     Database.CDB.Packable
