diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2019-03-31 00:17:36 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2019-03-31 00:18:58 +0100 |
commit | 19c77b1b65d580cd978b5c1c572445f24efe171a (patch) | |
tree | 530af21c7a962dc6ce4ec66094b90c6ddea41843 /lib/Distribution/Helper.hs | |
parent | a612a11140d93bdaa416f16e2c77a23332e9d656 (diff) |
Promote 'Ex' to exported API
We will need it for the project discovery module later.
Diffstat (limited to 'lib/Distribution/Helper.hs')
-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 f38d6d5..bb1f67f 100644 --- a/lib/Distribution/Helper.hs +++ b/lib/Distribution/Helper.hs @@ -68,6 +68,7 @@ module Distribution.Helper ( , SProjType(..) , demoteSProjType , ProjLoc(..) + , Ex(..) , Programs(..) , defaultPrograms |