Re: [GHC] #2051: -hide-package doesn't allow hiding uninstalled package

2009-07-19 Thread GHC
#2051: -hide-package doesn't allow hiding uninstalled package
+---
Reporter:  MagnusTherning   |Owner: 
Type:  feature request  |   Status:  closed 
Priority:  normal   |Milestone:  6.12.1 
   Component:  Compiler |  Version:  6.8.2  
Severity:  trivial  |   Resolution:  fixed  
Keywords:   |   Difficulty:  Unknown
Testcase:   |   Os:  Linux  
Architecture:  x86_64 (amd64)   |  
+---
Changes (by igloo):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 It looks like `-ignore-package dataenc` already does what you want, so I'm
 closing this ticket.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2051: -hide-package doesn't allow hiding uninstalled package

2009-04-12 Thread GHC
#2051: -hide-package doesn't allow hiding uninstalled package
+---
Reporter:  MagnusTherning   |Owner: 
Type:  feature request  |   Status:  new
Priority:  normal   |Milestone:  6.12.1 
   Component:  Compiler |  Version:  6.8.2  
Severity:  trivial  |   Resolution: 
Keywords:   |   Difficulty:  Unknown
Testcase:   |   Os:  Linux  
Architecture:  x86_64 (amd64)   |  
+---
Changes (by igloo):

  * milestone:  6.10 branch => 6.12.1

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2051: -hide-package doesn't allow hiding uninstalled package

2008-02-03 Thread GHC
#2051: -hide-package doesn't allow hiding uninstalled package
-+--
 Reporter:  MagnusTherning   |  Owner:
 Type:  feature request  | Status:  new   
 Priority:  normal   |  Milestone:  6.10 branch   
Component:  Compiler |Version:  6.8.2 
 Severity:  trivial  | Resolution:
 Keywords:   | Difficulty:  Unknown   
 Testcase:   |   Architecture:  x86_64 (amd64)
   Os:  Linux|  
-+--
Changes (by igloo):

  * difficulty:  => Unknown
  * milestone:  => 6.10 branch

Comment:

 This just needs us to decide what the best behaviour is. I think we should
 at least warn if the package isn't installed, to catch people making
 typos.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2051: -hide-package doesn't allow hiding uninstalled package

2008-01-19 Thread GHC
#2051: -hide-package doesn't allow hiding uninstalled package
+---
Reporter:  MagnusTherning   |Owner:   
Type:  feature request  |   Status:  new  
Priority:  normal   |Milestone:   
   Component:  Compiler |  Version:  6.8.2
Severity:  trivial  |   Resolution:   
Keywords:   | Testcase:   
Architecture:  x86_64 (amd64)   |   Os:  Linux
+---
Comment (by MagnusTherning):

 Replying to [comment:1 ajd]:
 > I wrote a patch to "fix" this but I'm not sure it ought to be the
 correct behavior. According to the comments around the function in
 question, -ignore-package already has this behavior because it's supposed
 to be used as a just-in-case thing, they way you are trying to use -hide-
 package. Anyway, I'm attaching the patch and I'll leave it up to the
 powers that be to decide what to do about it.

 Well, I find that I have to hide packages regularly since it allows me to
 have a module installed while I'm hacking on the next version of it.
 Without it my unit/quickcheck tests link to the installed version one by
 default.

 One option would be to keep the current behaviour as default, but allow
 overriding it e.g. by using '--force' (similar to how 'rm' has '-f').

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2051: -hide-package doesn't allow hiding uninstalled package

2008-01-18 Thread GHC
#2051: -hide-package doesn't allow hiding uninstalled package
+---
Reporter:  MagnusTherning   |Owner:   
Type:  feature request  |   Status:  new  
Priority:  normal   |Milestone:   
   Component:  Compiler |  Version:  6.8.2
Severity:  trivial  |   Resolution:   
Keywords:   | Testcase:   
Architecture:  x86_64 (amd64)   |   Os:  Linux
+---
Comment (by ajd):

 I wrote a patch to "fix" this but I'm not sure it ought to be the correct
 behavior. According to the comments around the function in question,
 -ignore-package already has this behavior because it's supposed to be used
 as a just-in-case thing, they way you are trying to use -hide-package.
 Anyway, I'm attaching the patch and I'll leave it up to the powers that be
 to decide what to do about it.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs