summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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