#7552: "~/.haskeline" does nothing in "ghci"
-------------------------------+--------------------------------------------
    Reporter:  beroal          |        Owner:            
        Type:  bug             |       Status:  closed    
    Priority:  normal          |    Component:  GHCi      
     Version:  7.6.1           |   Resolution:  worksforme
    Keywords:                  |           Os:  Linux     
Architecture:  x86_64 (amd64)  |      Failure:  Other     
   Blockedby:                  |     Blocking:            
     Related:                  |  
-------------------------------+--------------------------------------------
Changes (by judahj):

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


Comment:

 `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.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7552#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to