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