Skip to content

Commit

Permalink
yesod-bin/Keter.hs : Use System.Process instead of System.Cmd.
Browse files Browse the repository at this point in the history
System.Cmd is deprecated.
  • Loading branch information
erikd committed Jul 15, 2014
1 parent 9d006b0 commit bc933bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yesod-bin/Keter.hs
Expand Up @@ -7,7 +7,7 @@ import Data.Yaml
import qualified Data.HashMap.Strict as Map
import qualified Data.Text as T
import System.Exit
import System.Cmd
import System.Process
import Control.Monad
import System.Directory
import Data.Maybe (mapMaybe)
Expand Down

0 comments on commit bc933bb

Please sign in to comment.