diff options
| author | Daniel Gröber <dxld@darkboxed.org> | 2019-03-31 00:19:39 +0100 | 
|---|---|---|
| committer | Daniel Gröber <dxld@darkboxed.org> | 2019-03-31 00:19:39 +0100 | 
| commit | 0cfa92547bb9729db15ac231e6179be6af834570 (patch) | |
| tree | 51d45b78576336febde0b4f2520326d4ed10af58 /lib/Distribution | |
| parent | 19c77b1b65d580cd978b5c1c572445f24efe171a (diff) | |
Fix missing CompPrograms export
Diffstat (limited to 'lib/Distribution')
| -rw-r--r-- | lib/Distribution/Helper.hs | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/lib/Distribution/Helper.hs b/lib/Distribution/Helper.hs index bb1f67f..f209272 100644 --- a/lib/Distribution/Helper.hs +++ b/lib/Distribution/Helper.hs @@ -72,7 +72,8 @@ module Distribution.Helper (    , Programs(..)    , defaultPrograms - +  , CompPrograms(..) +  , defaultCompPrograms    -- * Result types    , ChComponentInfo(..) | 
