diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2020-05-17 10:15:09 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2020-05-17 10:15:09 +0200 |
commit | 1af155e04faa1ad0530c273efda9c2fbf10705fe (patch) | |
tree | d56cb7444f907d02f10d0554dfbdb534537df84f /lib/Distribution | |
parent | bda559bf059ee42e3e01c1280f7a64dd2673d725 (diff) |
Re-export RelativePath related binders for DistDirStack
Fixes #118
Diffstat (limited to 'lib/Distribution')
-rw-r--r-- | lib/Distribution/Helper.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Distribution/Helper.hs b/lib/Distribution/Helper.hs index 4696590..0f44269 100644 --- a/lib/Distribution/Helper.hs +++ b/lib/Distribution/Helper.hs @@ -69,6 +69,8 @@ module Distribution.Helper ( , CabalProjType(..) , ProjLoc(..) , DistDir(..) + , RelativePath + , mkRelativePath , SProjType(..) , demoteSProjType , projTypeOfDistDir |