From 8b1ed2825c55c006e8b67e342c8555cb5c3f1e0c Mon Sep 17 00:00:00 2001
From: Justin Leitgeb <justin@stackbuilders.com>
Date: Tue, 26 May 2015 15:58:52 -0500
Subject: [PATCH] Add source control section to cabal file

---
 datetime-sb.cabal | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/datetime-sb.cabal b/datetime-sb.cabal
index 4ccf354..3db09ad 100644
--- a/datetime-sb.cabal
+++ b/datetime-sb.cabal
@@ -15,6 +15,10 @@ synopsis:            Utilities to make Data.Time.* easier to use.
 cabal-version:       >= 1.10
 build-type:          Simple
 
+source-repository head
+  type:            git
+  location:        https://github.com/stackbuilders/datetime.git
+
 library
   build-depends:     base < 5,
                      old-locale >= 1.0.0.1,
-- 
GitLab