diff --git a/strptime.cabal b/strptime.cabal
--- a/strptime.cabal
+++ b/strptime.cabal
@@ -1,6 +1,6 @@
 Name: strptime
 Category: System, Data, Parsing
-Version: 0.1.1
+Version: 0.1.2
 Cabal-version: >= 1.2
 Build-type: Simple
 Copyright: Eugene Kirpichov
@@ -13,6 +13,11 @@
   This library provides a binding to strptime, that allows to parse 
   dates and times from strings and strict/lazy bytestrings. The library
   creates LocalTime values.
+Cabal-Version: >= 1.6
+
+Source-repository head
+  type: darcs
+  location: http://patch-tag.com/r/jkff/strptime
 
 Flag split-base
 
