Skip to content

Commit

Permalink
Was still using deprecated System module. Changed to System.Environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrimes committed Jul 19, 2012
1 parent 6df7481 commit 10f4d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Copy.hs
@@ -1,5 +1,5 @@
module Main where
import System
import System.Environment

main = do
[file1, file2] <- getArgs -- read the first two arguments passed in
Expand Down

0 comments on commit 10f4d1b

Please sign in to comment.