diff options
author | Alan Zimmerman <alan.zimm@gmail.com> | 2017-12-21 22:31:06 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2018-01-18 14:10:26 +0100 |
commit | 4cb20eebfcc8b5d9aff91af9b8bd171d9281229d (patch) | |
tree | b425ac289c8cab1bc0cdc09e359ce944402e9967 /lib | |
parent | a2908a6f31ea480b2236ff62d76157b2f01ed5b7 (diff) |
WIP on addressing review issues
Still need clarity on best way of adding the local package db when it is needed
and exists.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Distribution/Helper.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Distribution/Helper.hs b/lib/Distribution/Helper.hs index 53b2f23..0d9ab38 100644 --- a/lib/Distribution/Helper.hs +++ b/lib/Distribution/Helper.hs @@ -405,7 +405,7 @@ getSomeConfigState = ask >>= \QueryEnv {..} -> do , "source-dirs" , "entrypoints" - , "needsbuildoutput" + , "needs-build-output" ] let [ Just (ChResponsePkgDbs slbiPackageDbStack), Just (ChResponseFlags slbiPackageFlags), |