-- Initial repl-toolkit.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                repl-toolkit
version:             0.4.0.0
synopsis:            Toolkit for quickly whipping up config files and 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,
                       System.REPL.Config
  other-extensions:    OverloadedStrings, DeriveDataTypeable, FlexibleContexts, LambdaCase, ScopedTypeVariables
  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, directory >= 1.2.1, system-filepath >= 0.4.13, bytestring >= 0.10, data-default >= 0.5.3, aeson >=0.8.0.2, semigroupoids >= 4 && <5
  default-language:    Haskell2010