diff --git a/haskore.cabal b/haskore.cabal
--- a/haskore.cabal
+++ b/haskore.cabal
@@ -1,5 +1,5 @@
 Name:           haskore
-Version:        0.2.0.4
+Version:        0.2.0.5
 License:        GPL
 License-File:   LICENSE
 Author:         Paul Hudak <paul.hudak@yale.edu>, Henning Thielemann
@@ -39,7 +39,7 @@
 Source-Repository this
   type:     darcs
   location: http://code.haskell.org/haskore/revised/core
-  tag:      0.2.0.4
+  tag:      0.2.0.5
 
 Flag splitBase
   description: Choose the new smaller, split-up base package.
diff --git a/src/Haskore/Interface/CSound/Tutorial.lhs b/src/Haskore/Interface/CSound/Tutorial.lhs
--- a/src/Haskore/Interface/CSound/Tutorial.lhs
+++ b/src/Haskore/Interface/CSound/Tutorial.lhs
@@ -31,7 +31,7 @@
 > import Haskore.Music ((+:+), (=:=), qnr)
 > import Haskore.Melody as Melody
 
-> import System.Cmd (system, )
+> import System.Process (system, )
 > import System.Exit (ExitCode, )
 
 \end{haskelllisting}
diff --git a/src/Haskore/Interface/MIDI/Render.lhs b/src/Haskore/Interface/MIDI/Render.lhs
--- a/src/Haskore/Interface/MIDI/Render.lhs
+++ b/src/Haskore/Interface/MIDI/Render.lhs
@@ -24,7 +24,7 @@
 > import qualified Numeric.NonNegative.Class   as NonNeg
 > import qualified Numeric.NonNegative.Wrapper as NonNegW
 
-> import System.Cmd (rawSystem, )
+> import System.Process (rawSystem, )
 > import System.Exit (ExitCode, )
 
 \end{haskelllisting}
