diff options
author | Paolo Capriotti <p.capriotti@gmail.com> | 2012-07-18 10:39:08 +0100 |
---|---|---|
committer | Paolo Capriotti <p.capriotti@gmail.com> | 2012-07-18 11:50:03 +0100 |
commit | 1aeaf17452be4d4da5684206a8d54e320f28c730 (patch) | |
tree | ce9c00ad80d08fa8fae342c8a3ac7d3ff800f32d | |
parent | a0af36bffb28dac0d718865c792a74c0cf666aee (diff) | |
download | haskell-1aeaf17452be4d4da5684206a8d54e320f28c730.tar.gz |
ghc-pkg: restore -no-user-package-conf flag.
-rw-r--r-- | utils/ghc-pkg/Main.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/ghc-pkg/Main.hs b/utils/ghc-pkg/Main.hs index ddc4821a07..d992b5405f 100644 --- a/utils/ghc-pkg/Main.hs +++ b/utils/ghc-pkg/Main.hs @@ -137,6 +137,8 @@ flags = [ "location of the global package database", Option [] ["no-user-package-db"] (NoArg FlagNoUserDb) "never read the user package database", + Option [] ["no-user-package-conf"] (NoArg FlagNoUserDb) + "never read the user package database (DEPRECATED)", Option [] ["force"] (NoArg FlagForce) "ignore missing dependencies, directories, and libraries", Option [] ["force-files"] (NoArg FlagForceFiles) |