Add setup-depends for cabal 1.24

This commit is contained in:
Moritz Kiefer 2016-05-17 21:45:48 +02:00
parent 22318105ae
commit 4117e56eee
1 changed files with 9 additions and 0 deletions

View File

@ -95,6 +95,15 @@ Extra-Source-Files: ChangeLog
test/data/stack-project/src/*.hs
test/data/stack-project/test/*.hs
Custom-Setup
Setup-Depends: base
, Cabal
, containers
, filepath
, process
, template-haskell
, transformers
Library
Default-Language: Haskell2010
GHC-Options: -Wall -fno-warn-deprecations