diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2019-08-06 00:04:17 +0200 |
---|---|---|
committer | Daniel Gröber (dxld) <dxld@darkboxed.org> | 2019-09-17 17:48:26 +0200 |
commit | fe57ad27c239a4eaf2401a9874182492fa9f3af9 (patch) | |
tree | 14b9f05ee303dae24e0428dc5c0fcf45ef85ce54 /lib | |
parent | 23864c59abfc6dad5a6b137941d618903817e1e3 (diff) |
Refactor ProjType to be more inductive
This allows discriminating Stack vs. Cabal at the type level more easily.
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 209eb09..c7ffe63 100644 --- a/lib/Distribution/Helper.hs +++ b/lib/Distribution/Helper.hs @@ -65,6 +65,7 @@ module Distribution.Helper ( -- * GADTs , ProjType(..) + , CabalProjType(..) , ProjLoc(..) , DistDir(..) , SProjType(..) |