repl-toolkit-0.3.0.0: repl-toolkit.cabal
-- Initial repl-toolkit.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: repl-toolkit
version: 0.3.0.0
synopsis: Toolkit for quickly whipping up command-line interfaces.
description: A simple toolkit for quickly whipping up REPLs, input validation and sets of commands included.
homepage: https://github.com/ombocomp/repl-toolkit
license: Apache-2.0
license-file: LICENSE.md
author: Janos Tapolczai
maintainer: janos.tapolczai@gmail.com
category: System, REPL
build-type: Simple
cabal-version: >=1.10
extra-source-files: changelog.txt
source-repository head
type: git
location: git://github.com/ombocomp/repl-toolkit.git
library
exposed-modules: System.REPL, System.REPL.State, System.REPL.Command
other-extensions: OverloadedStrings, DeriveDataTypeable, FlexibleContexts, LambdaCase
build-depends: base >=4.7 && <5, functor-monadic >=0.1, text >=1.1, ListLike >=4.1, exceptions >=0.4, parsec >=3.1, numericpeano >= 0.1, listsafe >= 0.1, monad-loops >= 0.3, mtl >= 2.2, transformers >= 0.3
default-language: Haskell2010