Skip to content

Commit

Permalink
0.92
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeplus64 committed Jan 31, 2013
1 parent 8fb9b70 commit 0d3f246
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion repl.cabal
Expand Up @@ -7,12 +7,17 @@ description: IRC friendly REPL library. Similar to mueval, but
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Mike Ledger author: Mike Ledger
homepage: https://github.com/mikeplus64/repl
maintainer: eleventynine@gmail.com maintainer: eleventynine@gmail.com
category: Development category: Development
build-type: Simple build-type: Simple
cabal-version: >=1.8 cabal-version: >=1.8


source-repository head
type: git
location: https://github.com/mikeplus64/repl

library library
hs-source-dirs: src hs-source-dirs: src
exposed-modules: Language.Haskell.Repl 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

0 comments on commit 0d3f246

Please sign in to comment.