diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-08-10 06:04:21 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-08-10 06:04:21 +0200 |
commit | effe35c27b7ed17589e96c725b774542616c01f7 (patch) | |
tree | 1e86009ff98e42ff7c606998ffeeef6ed2701509 /cabal-helper.cabal | |
parent | 252dddbb76ff90bd502f485912f99d57aea55638 (diff) |
Add missing entry to other-modules
Diffstat (limited to 'cabal-helper.cabal')
-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 0cbee55..0077778 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -42,6 +42,7 @@ library exposed-modules: Distribution.Helper Other-Modules: Paths_cabal_helper , CabalHelper.Types + , CabalHelper.Sandbox default-language: Haskell2010 GHC-Options: -Wall Build-Depends: base >= 4.5 && < 5 |