diff --git a/morpheus-graphql-tests.cabal b/morpheus-graphql-tests.cabal
--- a/morpheus-graphql-tests.cabal
+++ b/morpheus-graphql-tests.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           morpheus-graphql-tests
-version:        0.22.1
+version:        0.23.0
 synopsis:       Morpheus GraphQL Test
 category:       web, graphql, test
 homepage:       https://morpheusgraphql.com
diff --git a/src/Test/Morpheus/Utils.hs b/src/Test/Morpheus/Utils.hs
--- a/src/Test/Morpheus/Utils.hs
+++ b/src/Test/Morpheus/Utils.hs
@@ -24,6 +24,14 @@
 import qualified Data.ByteString.Lazy.Char8 as L
 import Relude hiding (ByteString)
 import Test.Morpheus.File
+  ( FileUrl (FileUrl, fileName, isDir),
+    ReadSource,
+    isDirectory,
+    ls,
+    readGQL,
+    readJSON,
+    scanDirectories,
+  )
 import Test.Tasty
   ( TestTree,
     testGroup,
