diff --git a/LICENCE b/LICENCE
--- a/LICENCE
+++ b/LICENCE
@@ -1,6 +1,6 @@
 Time to manipulate time
 
-Copyright © 2013-2017 Operational Dynamics Consulting, Pty Ltd and Others
+Copyright © 2013-2018 Operational Dynamics Consulting, Pty Ltd and Others
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/chronologique.cabal b/chronologique.cabal
--- a/chronologique.cabal
+++ b/chronologique.cabal
@@ -1,6 +1,6 @@
 cabal-version:       >= 1.10
 name:                chronologique
-version:             0.3.0.0
+version:             0.3.0.1
 synopsis:            Time to manipulate time
 description:
  A simple type useful for representing timestamps as generated by system
@@ -21,9 +21,11 @@
 license-file:        LICENCE
 author:              Andrew Cowie <andrew@operationaldynamics.com>
 maintainer:          Andrew Cowie <andrew@operationaldynamics.com>
-copyright:           © 2016-2017 Operational Dynamics Consulting Pty Ltd, and Others
+copyright:           © 2016-2018 Operational Dynamics Consulting Pty Ltd, and Others
+homepage:            https://github.com/afcowie/chronologique/
+bug-reports:         https://github.com/afcowie/chronologique/issues
 category:            Text
-tested-with:         GHC == 8.0
+tested-with:         GHC == 8.2
 
 build-type:          Simple
 
diff --git a/tests/CheckVectorOperations.hs b/tests/CheckVectorOperations.hs
--- a/tests/CheckVectorOperations.hs
+++ b/tests/CheckVectorOperations.hs
@@ -1,7 +1,7 @@
 --
 -- Time to manipulate time
 --
--- Copyright © 2013-2017 Operational Dynamics Consulting, Pty Ltd and Others
+-- Copyright © 2013-2018 Operational Dynamics Consulting, Pty Ltd and Others
 --
 -- The code in this file, and the program it is a part of, is
 -- made available to you by its authors as open source software:
@@ -16,7 +16,6 @@
 import Data.Vector.Unboxed (Vector)
 import qualified Data.Vector.Unboxed as V
 import Test.Hspec
-import Test.QuickCheck
 
 import Chrono.TimeStamp
 
