#5977: Allow ignoring global package db
---------------------------------+------------------------------------------
Reporter: duncan | Owner: pcapriotti
Type: feature request | Status: patch
Priority: high | Milestone: 7.6.1
Component: Compiler | Version: 7.4.1
Keywords: | Os: Unknown/Multiple
Architecture: Unknown/Multiple | Failure: None/Unknown
Difficulty: Unknown | Testcase:
Blockedby: | Blocking:
Related: |
---------------------------------+------------------------------------------
Comment(by p.capriotti@…):
commit 6a831be4aa73e86568256813ffa862d7cfd5732d
{{{
Author: Paolo Capriotti <[email protected]>
Date: Thu May 3 11:29:51 2012 +0100
Add flags to manipulate package db stack (#5977)
Introduce new flags to allow any package database stack to be set up.
The `-no-user-package-conf` and `-no-global-package-conf` flags remove
the corresponding package db from the initial stack, while
`-user-package-conf` and `-global-package-conf` push it back on top of
the stack.
compiler/main/DynFlags.hs | 24 +++++++++++--
compiler/main/Packages.lhs | 81
+++++++++++++++++++++-----------------------
2 files changed, 60 insertions(+), 45 deletions(-)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5977#comment:12>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs