Skip to content

Commit

Permalink
Remove haskell98 from deps. Import System.Environment instead of System
Browse files Browse the repository at this point in the history
  • Loading branch information
norm2782 committed Oct 19, 2011
1 parent 807fdbb commit bbb87dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions NanoProlog.cabal
Expand Up @@ -33,8 +33,7 @@ Executable nano-prolog
uu-parsinglib >= 2.7.1

Library
Build-Depends: base >= 4.0 && < 5.0,
haskell98 >= 1.1.0.1,
Build-Depends: base >= 4.0 && < 5.0,
uu-parsinglib >= 2.7.1,
ListLike == 3.1.*,
containers == 0.4.*
Expand Down
2 changes: 1 addition & 1 deletion src/Language/Prolog/NanoProlog/Interpreter.hs
Expand Up @@ -2,7 +2,7 @@ module Language.Prolog.NanoProlog.Interpreter where

import Language.Prolog.NanoProlog.NanoProlog
import Text.ParserCombinators.UU
import System (getArgs)
import System.Environment
import System.IO

-- * Running the Interpreter
Expand Down

0 comments on commit bbb87dc

Please sign in to comment.