diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2019-02-11 17:01:13 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2019-02-11 22:54:01 +0100 |
commit | 5463f8ccdecbdd23ae47c2a956e906eb6b83a724 (patch) | |
tree | 88f67ffcad8815f46e253881f30faad529557e97 /lib | |
parent | 1bfea8293d4e13f39d2e070f3e73d8ef298fc679 (diff) |
Add demoteSProjType
Diffstat (limited to 'lib')
-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 cabd97d..964d722 100644 --- a/lib/Distribution/Helper.hs +++ b/lib/Distribution/Helper.hs @@ -66,6 +66,7 @@ module Distribution.Helper ( , DistDir(..) , ProjType(..) , SProjType(..) + , demoteSProjType , ProjLoc(..) , Programs(..) |