diff options
| author | hallgren <hallgren@chalmers.se> | 2014-06-17 13:27:14 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-06-17 13:27:14 +0000 |
| commit | f435966bf3de272f1a50232b9f2cb1a2d12e3b61 (patch) | |
| tree | a1ffca8b2cd1caf7ecead819e95ac1480845868a | |
| parent | dd2be5c75a276160f9d8adeec376f19d27537932 (diff) | |
Setup.hs: System.Cmd is deprecated, import System.Process instead
| -rw-r--r-- | Setup.hs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,3 @@ - import Distribution.Simple import Distribution.Simple.LocalBuildInfo import Distribution.Simple.BuildPaths @@ -10,7 +9,7 @@ import Data.List(isPrefixOf,intersect) import Data.Maybe(listToMaybe) --import System.IO import qualified Control.Exception as E -import System.Cmd +import System.Process import System.FilePath import System.Directory import System.Process |
