diff --git a/Setup.hs b/Setup.hs
new file mode 100644
--- /dev/null
+++ b/Setup.hs
@@ -0,0 +1,2 @@
+import Distribution.Simple
+main = defaultMain
diff --git a/morpheus-graphql-tests.cabal b/morpheus-graphql-tests.cabal
--- a/morpheus-graphql-tests.cabal
+++ b/morpheus-graphql-tests.cabal
@@ -1,11 +1,11 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.38.1.
+-- This file has been generated from package.yaml by hpack version 0.36.1.
 --
 -- see: https://github.com/sol/hpack
 
 name:           morpheus-graphql-tests
-version:        0.28.4
+version:        0.28.5
 synopsis:       Morpheus GraphQL Test
 description:    test utils for morpheus graphql
 category:       web, graphql, test
@@ -35,11 +35,11 @@
       src
   ghc-options: -Wall
   build-depends:
-      aeson >=1.4.4 && <3.0.0
+      aeson >=1.3.1.1 && <3.0.0
     , base >=4.7.0 && <5.0.0
     , bytestring >=0.10.4 && <1.0.0
     , directory >=1.0.0 && <2.0.0
-    , relude >=0.3.0 && <2.0.0
+    , relude >=0.1.1 && <2.0.0
     , tasty >=0.1.0 && <2.0.0
     , tasty-hunit >=0.1.0 && <1.0.0
     , text >=1.2.3 && <3.0.0
