#2050: GHCi should keep a persistent history file
-----------------------------+----------------------------------------------
Reporter: ajd | Owner:
Type: feature request | Status: closed
Priority: normal | Milestone: 6.10 branch
Component: GHCi | Version: 6.8.2
Severity: normal | Resolution: fixed
Keywords: | Difficulty: Unknown
Testcase: | Architecture: Unknown
Os: Unknown |
-----------------------------+----------------------------------------------
Changes (by simonmar):
* status: new => closed
* resolution: => fixed
Comment:
Fixed:
{{{
Wed Mar 12 14:57:24 PDT 2008 Simon Marlow <[EMAIL PROTECTED]>
* #2050: save the GHCi history in ~/.ghc/ghci_history
Modified version of Judah's patch
}}}
I decided to put the history file in `~/.ghc/ghci_history`, as we're
starting to use `~/.ghc` consistently for GHC-related configuration files
now.
Also I limited the history to 100 items only when saving the file, during
a GHCi run there is no limit (as before).
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2050#comment:8>
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