diff options
| author | Daniel Gröber <dxld@darkboxed.org> | 2019-03-31 23:33:49 +0200 | 
|---|---|---|
| committer | Daniel Gröber <dxld@darkboxed.org> | 2019-04-01 20:37:57 +0200 | 
| commit | 8111c0d83bb2619a68d72ff5d65e6ae81786b7e5 (patch) | |
| tree | 65c7dabeb803a4d1cb2bad5009a4087531c68bab /lib/Distribution | |
| parent | e7ff295ff2f2ed1e7682bd1d33738e7b2b0b78fd (diff) | |
Expose missing ChLibraryName in public API
Diffstat (limited to 'lib/Distribution')
| -rw-r--r-- | lib/Distribution/Helper.hs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lib/Distribution/Helper.hs b/lib/Distribution/Helper.hs index 8989273..d25786c 100644 --- a/lib/Distribution/Helper.hs +++ b/lib/Distribution/Helper.hs @@ -79,6 +79,7 @@ module Distribution.Helper (    -- * Result types    , ChComponentInfo(..)    , ChComponentName(..) +  , ChLibraryName(..)    , ChModuleName(..)    , ChPkgDb(..)    , ChEntrypoint(..) | 
