diff --git a/HCL.cabal b/HCL.cabal
--- a/HCL.cabal
+++ b/HCL.cabal
@@ -1,5 +1,5 @@
 Name:           HCL
-Version:        1.5
+Version:        1.5.1
 License:        BSD3
 Author:         Justin Bailey
 Homepage:       http://github.com/m4dc4p/hcl/tree/master
@@ -15,6 +15,7 @@
   menus. It is not intended to build complex interfaces with full cursor
   control. It is oriented towards line-based interfaces.
 cabal-version: >= 1.6
+
 Data-files: hangman/2of12.txt
 
 Library
@@ -23,6 +24,6 @@
   Hs-Source-Dirs: src
 
 Executable hangman
-  Build-Depends:  HCL
+  Build-Depends:  base >= 4.7 && < 5, QuickCheck == 2.*, mtl, random, containers
   Main-Is:        Hangman.hs
   Hs-Source-Dirs: hangman, src
