diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-09-23 12:02:51 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-09-23 12:02:51 +0200 |
commit | f2bfb9bab04de16e94c8f959c1f5eebe82d6a0aa (patch) | |
tree | 9ede13487ae158c8500abfc0636d674ad9d1a781 | |
parent | 7c549ba0c4e6e4a99e443eea259d81216459a89f (diff) |
Fix pattern match error
-rw-r--r-- | Distribution/Helper.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Distribution/Helper.hs b/Distribution/Helper.hs index 279ef42..5964d5e 100644 --- a/Distribution/Helper.hs +++ b/Distribution/Helper.hs @@ -286,6 +286,7 @@ getSomeConfigState = ask >>= \QueryEnv {..} -> do , "ghc-merged-pkg-options" , "ghc-lang-options" , "licenses" + , "package-id" , "flags" , "config-flags" , "non-default-config-flags" |