cabal-version: >=1.10
-- Initial package description 'integration-test.cabal' generated by 'cabal
-- init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/
name: integration-test
version: 0.1.0.0
synopsis: Can I combine the dependencies I need?
-- description:
homepage: https://argonaut-constellation.org
-- bug-reports:
license: GPL-3
license-file: LICENSE
author: Adrian Cochrane
maintainer: alcinnz@argonaut-constellation.org
-- copyright:
-- category:
build-type: Simple
extra-source-files: CHANGELOG.md
library
exposed-modules: MyLib
-- other-modules:
-- other-extensions:
build-depends: base >=4.13 && <5, balkon, xml-conduit
hs-source-dirs: lib
default-language: Haskell2010
executable integration-test
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.13 && <5, integration-test
hs-source-dirs: app
default-language: Haskell2010