diff --git a/timers-tick.cabal b/timers-tick.cabal
--- a/timers-tick.cabal
+++ b/timers-tick.cabal
@@ -1,5 +1,5 @@
 name:                timers-tick
-version:             0.5.0.1
+version:             0.5.0.2
 synopsis:            tick based timers
 description:         Tick-based timers and utilities, for games and
                      discrete-time programs.
@@ -36,12 +36,12 @@
   HS-Source-Dirs:      test, src
   main-is:             Tests.hs
   build-depends:       base == 4.*
-                       , hspec >= 2.5 && < 2.10
+                       , hspec >= 2.5 && < 2.11
                        , QuickCheck == 2.14.*
   other-modules:       Control.Timer.Tick,
                        Control.Timer.TickSpec
   type:                exitcode-stdio-1.0
 
 source-repository head
-    type:     darcs
-    location: http://ariis.it/link/repos/timers-tick/
+    type:     git
+    location: https://gitlab.com/fffaaa/timers-tick
