Skip to content

Commit

Permalink
Repl.hs: import: Repline: hide options
Browse files Browse the repository at this point in the history
Report: haskell-nix#538 (comment)

M  main/Repl.hs
  • Loading branch information
Anton-Latukha committed May 25, 2020
1 parent 192202d commit 0789d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/Repl.hs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import Control.Monad.Reader
import Control.Monad.State.Strict

import System.Console.Haskeline.MonadException
import System.Console.Repline
import System.Console.Repline hiding ( options )
import System.Environment
import System.Exit

Expand Down

0 comments on commit 0789d8f

Please sign in to comment.