lish/lish.cabal
Yann Esposito (Yogsototh) 05ad021c99
tests and benchmarks cleanup
2019-09-07 14:13:04 +02:00

153 lines
3.1 KiB
Text

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: b92e83b0e38dda1f7f335624325151ef2a4f95fbe2676a6e77d7bbea14b7e930
name: lish
version: 0.1.0.0
synopsis: LISP flavoured shell
description: See README.md at <https://github.com/yogsototh/lish#readme>
category: Development
homepage: https://github.com/yogsototh/lish#readme
bug-reports: https://github.com/yogsototh/lish/issues
maintainer: Yann Esposito <yann.esposito@gmail.com>
license: PublicDomain
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
stack.yaml
source-repository head
type: git
location: https://github.com/yogsototh/lish
library
hs-source-dirs:
src
ghc-options: -Wall -O2
build-depends:
base >=4.8 && <5
, containers
, data-fix
, haskeline
, parsec >=3 && <4
, pipes
, pretty
, pretty-show
, process
, protolude
, text
exposed-modules:
Data.Stack
Lish.Balanced
Lish.Core
Lish.Eval
Lish.InternalCommands
Lish.Parser
Lish.Types
other-modules:
Paths_lish
default-language: Haskell2010
executable lish
main-is: Main.hs
other-modules:
Paths_lish
hs-source-dirs:
src-exe
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.8 && <5
, containers
, data-fix
, haskeline
, lish
, parsec >=3 && <4
, pipes
, pretty
, pretty-show
, process
, protolude
, text
default-language: Haskell2010
test-suite lish-doctest
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_lish
hs-source-dirs:
src-doctest
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
build-depends:
Glob >=0.7
, QuickCheck >=2.5
, base >=4.8 && <5
, containers
, data-fix
, doctest >=0.10
, haskeline
, lish
, parsec >=3 && <4
, pipes
, pretty
, pretty-show
, process
, protolude
, text
default-language: Haskell2010
test-suite lish-test
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs:
src-test
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.8 && <5
, containers
, data-fix
, haskeline
, lish
, parsec >=3 && <4
, pipes
, pretty
, pretty-show
, process
, protolude
, tasty >=0.11
, tasty-hunit >=0.9
, tasty-smallcheck >=0.8
, text
other-modules:
Lish.Test.Parser
Paths_lish
default-language: Haskell2010
benchmark lish-benchmark
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_lish
hs-source-dirs:
src-benchmark
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.8 && <5
, containers
, criterion >=1.1
, data-fix
, haskeline
, lish
, parsec >=3 && <4
, pipes
, pretty
, pretty-show
, process
, protolude
, text
default-language: Haskell2010