morpheus-graphql-tests 0.22.1 → 0.23.0
raw patch · 2 files changed
+9/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
morpheus-graphql-tests.cabal view
@@ -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
src/Test/Morpheus/Utils.hs view
@@ -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,