From 5c9f56898dd27d7828e5a721b9179bd5d17e04c0 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Thu, 28 Jan 2010 08:42:19 -0500 Subject: [PATCH] build: Add source repository to cabal file. --- altfloat.cabal | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/altfloat.cabal b/altfloat.cabal index 5d25634..1388fdf 100644 --- a/altfloat.cabal +++ b/altfloat.cabal @@ -2,7 +2,7 @@ Name: altfloat Version: 0.2 License: OtherLicense License-File: LICENSE -Cabal-Version: >= 1.2 +Cabal-Version: >= 1.6 Author: Nick Bowler Maintainer: nbowler@draconx.ca Homepage: http://repo.or.cz/w/altfloat.git @@ -52,6 +52,10 @@ Description: which includes features from this library and the non-overlapping parts of the standard Prelude. +Source-Repository head + Type: git + Location: git://repo.or.cz/altfloat.git + Flag SplitInteger Description: Use the new split integer packages that come with GHC 6.12. -- 2.11.4.GIT