diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-01-16 11:03:10 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2017-01-16 17:49:21 +0100 |
commit | 1d785987a518919c9d5f1f579f5eb206460b7d2f (patch) | |
tree | 734eee4fa6929b9acbe5c9afcde61123c9654138 /cabal-helper.cabal | |
parent | 698333df9cb8cf5061f2b70c872e76186a85a659 (diff) |
Copy over Setup.hs from ghc-mod
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 174ef7b..e24fe15 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -58,7 +58,7 @@ library , process < 1.5 && >= 1.1.0.1 , ghc-prim -Executable cabal-helper-wrapper-v0.7 +Executable cabal-helper-wrapper Default-Language: Haskell2010 Other-Extensions: TemplateHaskell Main-Is: CabalHelper/Wrapper.hs @@ -71,7 +71,7 @@ Executable cabal-helper-wrapper-v0.7 CabalHelper.Log CabalHelper.Sandbox GHC-Options: -Wall - X-Install-Target: $libexecdir + x-internal: True Build-Depends: base < 5 && >= 4.5 , Cabal < 1.26 && >= 1.14 , bytestring < 0.11 && >= 0.9.2.1 |