Skip to content

Commit

Permalink
Updating library references to work with new Haskell 2010 standard.
Browse files Browse the repository at this point in the history
  • Loading branch information
bendmorris committed Oct 1, 2012
1 parent c102095 commit b04713d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion scotch.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Executable scotch
parsec >= 3.1.0,
directory,
haskeline >= 0.6.3.2,
haskell98,
zlib,
split,
old-time,
Expand Down
2 changes: 1 addition & 1 deletion scotch.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module Main where

import System
import System.Environment
import System.Environment.Executable
import System.Directory
import System.IO
Expand Down

0 comments on commit b04713d

Please sign in to comment.