diff --git a/src/Synthesizer/ALSA/Storable/Server/Run.hs b/src/Synthesizer/ALSA/Storable/Server/Run.hs
--- a/src/Synthesizer/ALSA/Storable/Server/Run.hs
+++ b/src/Synthesizer/ALSA/Storable/Server/Run.hs
@@ -40,8 +40,9 @@
 
 import Data.Tuple.HT (mapSnd, )
 
-import NumericPrelude.Numeric (zero, (*>), (^?), )
-import Prelude hiding (Real, round, break, id, (.), )
+import NumericPrelude.Numeric
+import NumericPrelude.Base hiding ((.), )
+import Prelude ()
 
 
 
diff --git a/synthesizer-alsa.cabal b/synthesizer-alsa.cabal
--- a/synthesizer-alsa.cabal
+++ b/synthesizer-alsa.cabal
@@ -1,5 +1,5 @@
 Name:           synthesizer-alsa
-Version:        0.5.0.4
+Version:        0.5.0.5
 License:        GPL
 License-File:   LICENSE
 Author:         Henning Thielemann <haskell@henning-thielemann.de>
@@ -19,7 +19,7 @@
 Build-Type:     Simple
 
 Source-Repository this
-  Tag:         0.5.0.4
+  Tag:         0.5.0.5
   Type:        darcs
   Location:    http://code.haskell.org/synthesizer/alsa/
 
