Ticket #7552 (closed bug: worksforme)

Opened 4 months ago

Last modified 4 months ago

"~/.haskeline" does nothing in "ghci"

Reported by: beroal Owned by:
Priority: normal Milestone:
Component: GHCi Version: 7.6.1
Keywords: Cc:
Operating System: Linux Architecture: x86_64 (amd64)
Type of failure: Other Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

~/.haskeline:

maxHistorySize: 10000
historyDuplicates: IgnoreAll

"~/.ghc/ghci_history" never has more than 100 lines.

Change History

Changed 4 months ago by judahj

  • status changed from new to closed
  • resolution set to worksforme

maxHistorySize takes a Maybe Int instead of an Int; see the docs for more details:  http://trac.haskell.org/haskeline/wiki/UserPrefs

Replacing the first line with maxHistorySize: Just 10000 should fix your issue. If not, please reopen this ticket.

Note: See TracTickets for help on using tickets.