diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2016-05-09 16:56:28 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2016-05-09 16:56:28 +0200 |
commit | 2f577a5aaac7a1887727035acd325d28146b2278 (patch) | |
tree | 83ed5efc0653414b5e0abcf6a908a01e49819907 | |
parent | f0964dcbc33bc8bd42934571a984fd90033be6bb (diff) |
Comment out custom setup, hackage rejects it
-rw-r--r-- | cabal-helper.cabal | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index c471c57..820e48d 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -114,10 +114,10 @@ Test-Suite spec , template-haskell , temporary -custom-setup - setup-depends: base, - Cabal, - filepath +-- custom-setup +-- setup-depends: base, +-- Cabal, +-- filepath -- TODO: Use cabal_macros.h to replace -D flags by including it in -- CabalHelper.Data |