diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2019-03-31 00:20:34 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2019-03-31 00:20:45 +0100 |
commit | cba1cb8e1923b7275572720516ab76887d808034 (patch) | |
tree | f4fe404291214bdad9ae95b7de572b04327f460d /lib/Distribution/Helper.hs | |
parent | 0cfa92547bb9729db15ac231e6179be6af834570 (diff) |
Improve export list order for docs
Diffstat (limited to 'lib/Distribution/Helper.hs')
-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 f209272..6d9c831 100644 --- a/lib/Distribution/Helper.hs +++ b/lib/Distribution/Helper.hs @@ -63,13 +63,14 @@ module Distribution.Helper ( , qeDistDir -- * GADTs - , DistDir(..) , ProjType(..) , SProjType(..) , demoteSProjType , ProjLoc(..) + , DistDir(..) , Ex(..) + -- * Programs , Programs(..) , defaultPrograms , CompPrograms(..) |