~alcinnz/integration

ref: 0e8603723d50ae87b0312d7cb6954c5be915c26b integration/integration-test.cabal -rw-r--r-- 1.0 KiB
0e860372 — Adrian Cochrane Init. 1 year, 2 months ago
                                                                                
0e860372 Adrian Cochrane
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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