diff options
author | Alan Zimmerman <alan.zimm@gmail.com> | 2017-12-14 11:32:14 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2018-01-18 14:10:26 +0100 |
commit | c76893a035c37c949cca9c09f10ccea59402cf55 (patch) | |
tree | d3971b5d14927bc462ca29d1929b0c2b70688ab0 /lib/Distribution/Helper.hs | |
parent | f40e568f2be06b9254b8b5a956319c6eafd13997 (diff) |
Progress on when to build and when not
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 f98955c..53b2f23 100644 --- a/lib/Distribution/Helper.hs +++ b/lib/Distribution/Helper.hs @@ -77,6 +77,7 @@ module Distribution.Helper ( , ChComponentName(..) , ChPkgDb(..) , ChEntrypoint(..) + , NeedsBuildOutput(..) -- * General information , buildPlatform |