-- Initial test-sandbox-compose.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: test-sandbox-compose
version: 0.1.2
synopsis: Lightweight development enviroments using test-sandbox
description:
license: BSD3
license-file: LICENSE
author: Junji Hashimoto
maintainer: junji.hashimoto@gmail.com
-- copyright:
category: Testing
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
bug-reports: https://github.com/junjihashimoto/test-sandbox-compose/issues
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/junjihashimoto/test-sandbox-compose.git
library
exposed-modules: Test.Sandbox.Compose
, Test.Sandbox.Compose.Type
, Test.Sandbox.Compose.Core
, Test.Sandbox.Compose.Template
, Test.Sandbox.Compose.Server
-- other-modules:
-- other-extensions:
build-depends: base >= 4 && < 5
, aeson
, containers
, hastache
, text
, containers
, test-sandbox >= 0.1
, yaml
, network
, yesod
, yesod-core
, wai
, wai-extra
, bytestring
, warp
, process
, lifted-base
, directory
, unix
, shelly
, http-conduit
-- hs-source-dirs:
default-language: Haskell2010
ghc-options: -Wall
executable test-sandbox-compose
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >= 4 && < 5
, test-sandbox-compose
, optparse-applicative
, aeson
, containers
, hastache
, text
, containers
, test-sandbox
, yaml
, network
, yesod
, yesod-core
, wai
, wai-extra
, bytestring
, warp
, process
, lifted-base
, directory
, unix
, shelly
, http-conduit
-- hs-source-dirs:
default-language: Haskell2010
ghc-options: -Wall
test-suite test
type: exitcode-stdio-1.0
main-is: test.hs
hs-source-dirs: tests
ghc-options: -Wall
build-depends: base >= 4 && < 5
, hspec
, shakespeare
, text
, bytestring
, process
, unix
, cabal-test-bin >= 0.1.4
, test-sandbox
, hspec-test-sandbox
Default-Language: Haskell2010