From 89b3a9bda38fcf4f1082c2a513bb5c37ab3da4c6 Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Sun, 17 Apr 2011 19:45:48 +0200 Subject: [PATCH] Changed source repository in .cabal from darcs to git Bumped version from 0.1.0.1 to 0.1.0.2 because of this internal change. --- unbounded-delays.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unbounded-delays.cabal b/unbounded-delays.cabal index 98d1107..1eea50d 100644 --- a/unbounded-delays.cabal +++ b/unbounded-delays.cabal @@ -1,5 +1,5 @@ name: unbounded-delays -version: 0.1.0.1 +version: 0.1.0.2 cabal-version: >= 1.6 build-type: Custom author: Bas van Dijk @@ -17,8 +17,8 @@ description: The @threadDelay@ and @timeout@ functions from the @base@ library unbounded @Integer@ type. source-repository head - Type: darcs - Location: http://code.haskell.org/~basvandijk/code/unbounded-delays + Type: git + Location: git://github.com/basvandijk/unbounded-delays.git library build-depends: base >= 4 && < 4.4