diff --git a/http-test.cabal b/http-test.cabal
--- a/http-test.cabal
+++ b/http-test.cabal
@@ -1,5 +1,5 @@
 Name:                http-test
-Version:             0.2
+Version:             0.2.0.1
 synopsis:            Test framework for HTTP APIs
 Description:         A simple framework for making assertions about the 
                      responses of HTTP servers.
@@ -35,29 +35,21 @@
    hs-source-dirs: src
    Build-depends: base                          >= 4          && < 5
                 , mtl                           
-                , aeson                         >= 0.7        && < 0.8
+                , aeson
                 , wreq
                 , tasty
                 , tasty-hunit
-                , text                          >= 1.1       && < 1.2
+                , text
                 , bytestring
                 , lens
                 , http-client
 
-executable    test-http-test-on-bayeshive
+executable    test-http-test-bayeshive
   main-is: test.hs
   Build-depends: base                          >= 4          && < 5
                 , http-test
 
 executable    http-test
   main-is: HttpTestExec.hs
-  Buildable: False
   Build-depends: base                          >= 4          && < 5
-                , lens
-                , http-client
-                , mtl                           
-                , aeson                         >= 0.7        && < 0.8
-                , wreq
-                , text                          >= 1.1       && < 1.2
-                , bytestring
-                , network
+                , http-test
