diff --git a/csound-expression-dynamic.cabal b/csound-expression-dynamic.cabal
--- a/csound-expression-dynamic.cabal
+++ b/csound-expression-dynamic.cabal
@@ -1,5 +1,5 @@
 Name:          csound-expression-dynamic
-Version:       0.1.4.2
+Version:       0.1.4.3
 Cabal-Version: >= 1.6
 License:       BSD3
 License-file:  LICENSE
diff --git a/src/Csound/Dynamic.hs b/src/Csound/Dynamic.hs
--- a/src/Csound/Dynamic.hs
+++ b/src/Csound/Dynamic.hs
@@ -3,8 +3,7 @@
     module Csound.Dynamic.Types,
     module Csound.Dynamic.Types.Exp,
     module Csound.Dynamic.Types.Dep,
-    module Csound.Dynamic.Types.CsdFile,
-    module Csound.Dynamic.Types.EventList,
+    module Csound.Dynamic.Types.CsdFile,    
     module Csound.Dynamic.Types.Flags,
 
     module Csound.Dynamic.Build,
@@ -18,7 +17,6 @@
 import Csound.Dynamic.Types.Exp
 import Csound.Dynamic.Types.Dep
 import Csound.Dynamic.Types.CsdFile
-import Csound.Dynamic.Types.EventList
 import Csound.Dynamic.Types.Flags
 
 import Csound.Dynamic.Build
diff --git a/src/Csound/Dynamic/Types.hs b/src/Csound/Dynamic/Types.hs
--- a/src/Csound/Dynamic/Types.hs
+++ b/src/Csound/Dynamic/Types.hs
@@ -2,7 +2,6 @@
 
     module Csound.Dynamic.Types.Exp,
     module Csound.Dynamic.Types.Dep,
-    module Csound.Dynamic.Types.EventList,
     module Csound.Dynamic.Types.Flags,
     module Csound.Dynamic.Types.CsdFile
 
@@ -10,7 +9,6 @@
 
 import Csound.Dynamic.Types.Exp
 import Csound.Dynamic.Types.Dep
-import Csound.Dynamic.Types.EventList
 import Csound.Dynamic.Types.Flags
 import Csound.Dynamic.Types.CsdFile
 
diff --git a/src/Csound/Dynamic/Types/CsdFile.hs b/src/Csound/Dynamic/Types/CsdFile.hs
--- a/src/Csound/Dynamic/Types/CsdFile.hs
+++ b/src/Csound/Dynamic/Types/CsdFile.hs
@@ -8,7 +8,6 @@
 import Csound.Dynamic.Build.Numeric
 import Csound.Dynamic.Types.Exp
 import Csound.Dynamic.Types.Flags
-import Csound.Dynamic.Types.EventList
 
 data Csd = Csd
     { csdFlags  :: Flags
