From 0d3f2462ca383347cdfa3355958bb150b981665f Mon Sep 17 00:00:00 2001 From: Mike Ledger Date: Fri, 1 Feb 2013 01:08:20 +1100 Subject: [PATCH] 0.92 --- repl.cabal | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/repl.cabal b/repl.cabal index 8538327..8dcfd17 100644 --- a/repl.cabal +++ b/repl.cabal @@ -7,12 +7,17 @@ description: IRC friendly REPL library. Similar to mueval, but license: MIT license-file: LICENSE author: Mike Ledger +homepage: https://github.com/mikeplus64/repl maintainer: eleventynine@gmail.com category: Development build-type: Simple cabal-version: >=1.8 +source-repository head + type: git + location: https://github.com/mikeplus64/repl + library hs-source-dirs: src exposed-modules: Language.Haskell.Repl - build-depends: base == 4.6.*, ghc == 7.6.*, ghc-paths >= 0.1, dlist, parsec, haskell-src-exts + build-depends: base == 4.6.*, ghc == 7.6.*, ghc-paths >= 0.1, dlist >= 0.5, parsec >= 3.1.3, haskell-src-exts >= 1.13.0