justinethier / husk-scheme

A full implementation of the Scheme programming language for the Haskell Platform.
http://justinethier.github.io/husk-scheme
MIT License
309 stars 28 forks source link

GHC 7.8.3 compilation warning - System.Cmd is deprecated #192

Closed justinethier closed 9 years ago

justinethier commented 10 years ago

Received the following warning when building in GHC 7.8.3:

[ 8 of 17] Compiling Language.Scheme.Primitives ( hs-src\Language\Scheme\Primitives.hs, dist\build\Language\Scheme\Primitives.o )
hs-src\Language\Scheme\Primitives.hs:176:1: Warning:
Module `System.Cmd' is deprecated: Use "System.Process" instead
justinethier commented 9 years ago

Switched to the System.Process module