diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-03-12 12:25:05 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-03-12 12:25:05 +0100 |
commit | 9097e9abbb4deee4fa740142b27a7696f2647861 (patch) | |
tree | ac3b82b68e5bb923c2ef92b19dded0d7ab977138 /Distribution/Helper.hs | |
parent | fb614e639314abe3bf3cf93667708ac6d0749644 (diff) |
A bunch of fixes
Diffstat (limited to 'Distribution/Helper.hs')
-rw-r--r-- | Distribution/Helper.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Distribution/Helper.hs b/Distribution/Helper.hs index a57ea93..e97d656 100644 --- a/Distribution/Helper.hs +++ b/Distribution/Helper.hs @@ -32,6 +32,11 @@ module Distribution.Helper ( , ghcSrcOptions , ghcPkgOptions + -- * Result types + , ChModuleName(..) + , ChComponentName(..) + , ChEntrypoint(..) + -- * Managing @dist/@ , reconfigure , writeAutogenFiles |