[commit: integer-simple] master: Bump Cabal version we implement, and add source repository to .cabal file (b6bb9c8)
Ian Lynagh
igloo at earth.li
Wed Apr 6 19:18:06 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/integer-simple
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/b6bb9c87125bacecbf7a4e0a6783cfeed258aed0
>---------------------------------------------------------------
commit b6bb9c87125bacecbf7a4e0a6783cfeed258aed0
Author: Ian Lynagh <igloo at earth.li>
Date: Tue Apr 5 17:23:48 2011 +0100
Bump Cabal version we implement, and add source repository to .cabal file
>---------------------------------------------------------------
integer-simple.cabal | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/integer-simple.cabal b/integer-simple.cabal
index e7e6081..d6789bf 100644
--- a/integer-simple.cabal
+++ b/integer-simple.cabal
@@ -6,9 +6,13 @@ maintainer: igloo at earth.li
synopsis: Simple Integer library
description:
This package contains an simple Integer library.
-cabal-version: >=1.2
+cabal-version: >=1.6
build-type: Simple
+source-repository head
+ type: git
+ location: http://darcs.haskell.org/packages/integer-simple.git/
+
Library {
build-depends: ghc-prim
exposed-modules: GHC.Integer
More information about the Cvs-libraries
mailing list