summaryrefslogtreecommitdiff
path: root/libraries/integer-simple
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-04-05 17:23:48 +0100
committerIan Lynagh <igloo@earth.li>2011-04-05 17:23:48 +0100
commit6ec3bbca8ae20b01a1a8e39d322e2fd6d5f82ef5 (patch)
tree2a352bf276cbb39a87a223dacf0deec23548a735 /libraries/integer-simple
parentf496f8bd60114524514a5737696acd54d41ca742 (diff)
downloadhaskell-6ec3bbca8ae20b01a1a8e39d322e2fd6d5f82ef5.tar.gz
Bump Cabal version we implement, and add source repository to .cabal file
Diffstat (limited to 'libraries/integer-simple')
-rw-r--r--libraries/integer-simple/integer-simple.cabal6
1 files changed, 5 insertions, 1 deletions
diff --git a/libraries/integer-simple/integer-simple.cabal b/libraries/integer-simple/integer-simple.cabal
index e7e608196e..d6789bfcee 100644
--- a/libraries/integer-simple/integer-simple.cabal
+++ b/libraries/integer-simple/integer-simple.cabal
@@ -6,9 +6,13 @@ maintainer: igloo@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