diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-11-25 23:51:28 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-11-25 23:51:28 +0100 |
commit | d4db18cfdffdd82ba19a087b15680c2756b258f6 (patch) | |
tree | b359a4e2b0587468041adbd44479c0738dab9bf0 | |
parent | fdced02195c25f8dda3c70e535877c1fdeb66075 (diff) |
Add missing other-modules
-rw-r--r-- | cabal-helper.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index dfc81df..3846306 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -68,6 +68,7 @@ Executable cabal-helper-wrapper CabalHelper.Data CabalHelper.Compile CabalHelper.Log + CabalHelper.Sandbox GHC-Options: -Wall X-Install-Target: $libexecdir Build-Depends: base >= 4.5 && < 5 |