diff --git a/WAVE.cabal b/WAVE.cabal
--- a/WAVE.cabal
+++ b/WAVE.cabal
@@ -1,7 +1,7 @@
 Name: WAVE
 Description: Module for reading and writing audio files in WAVE format.
 Build-Type: Simple
-Version: 0.1.3
+Version: 0.1.4
 License: BSD3
 License-File: COPYING
 Author: Bart Massey <bart@cs.pdx.edu>
@@ -17,14 +17,15 @@
 Library
   Default-Language: Haskell2010
   Exposed-Modules: Data.WAVE
-  Build-Depends: base >=3&&<5, bytestring>=0.10&&<1
+  Build-Depends: base >=3&&<5, bytestring >=0.10&&<1
 
 Executable sinewave
   Default-Language: Haskell2010
   Main-is: sinewave.hs
+  Other-Modules: Data.WAVE
   Build-depends: base >=3&&<5, containers >=0.3&&<1,
-                 bytestring>=0.10&&<1,
-                 WAVE >=0.1&&<1, parseargs >=0.1&&<1
+                 bytestring >=0.10&&<1,
+                 parseargs >=0.1&&<1
 
 Source-Repository head
   Type: git
@@ -33,4 +34,4 @@
 Source-Repository this
   Type: git
   Location: https://github.com/BartMassey/WAVE.git
-  Tag: v0.1.3
+  Tag: v0.1.4
