From f941335b7ca04542ed2f1a1cea60850de82657a6 Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Tue, 17 May 2016 21:45:48 +0200 Subject: [PATCH] Add setup-depends for cabal 1.24 --- ghc-mod.cabal | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 583e033..190c9dc 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -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