aboutsummaryrefslogtreecommitdiff
path: root/tests/custom-setup/custom-setup.cabal
blob: 63410ace3a6dff8e5147598a2f6c1546583b5171 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
name:                custom-setup
version:             0
build-type:          Custom
cabal-version:       >=1.10
extra-source-files:  stack.yaml

custom-setup
  setup-depends: base, Cabal

library
  exposed-modules:     Lib
  build-depends:       base, filepath, directory
  default-language:    Haskell2010