buuka/buuka.cabal

52 lines
1.4 KiB
Plaintext

cabal-version: 2.4
-- Initial package description 'buuka.cabal' generated by 'cabal init'.
-- For further documentation, see http://haskell.org/cabal/users-guide/
name: buuka
version: 0.1.0.0
-- synopsis:
-- description:
-- bug-reports:
license: BSD-3-Clause
license-file: LICENSE
author: Mats Rauhala
maintainer: mats.rauhala@iki.fi
-- copyright:
category: Web
extra-source-files: CHANGELOG.md
library
exposed-modules: MyLib
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.13.0.0
, aeson
, yaml
, mtl
, transformers
, unliftio-core
, conduit
, conduit-extra
hs-source-dirs: src
default-language: Haskell2010
executable buuka
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.13.0.0, buuka
, optparse-applicative
hs-source-dirs: app
default-language: Haskell2010
test-suite buuka-test
default-language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: MyLibTest.hs
build-depends: base ^>=4.13.0.0
, buuka
, hedgehog
, tasty-hedgehog
, tasty