cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
--
-- hash: 0ac9343524efdc7c2418af23f1cb455e747ee3ef33da99c7650debf131f39e92
name: morpheus-graphql-tests
version: 0.18.0
synopsis: Morpheus GraphQL Test
category: web, graphql, test
homepage: https://morpheusgraphql.com
bug-reports: https://github.com/nalchevanidze/morpheus-graphql/issues
author: Daviti Nalchevanidze
maintainer: d.nalchevanidze@gmail.com
copyright: (c) 2019 Daviti Nalchevanidze
license: MIT
build-type: Simple
source-repository head
type: git
location: https://github.com/nalchevanidze/morpheus-graphql
library
exposed-modules:
Test.Morpheus
other-modules:
Test.Morpheus.File
Test.Morpheus.Response
Test.Morpheus.Utils
Paths_morpheus_graphql_tests
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
aeson
, base >=4.7 && <5
, bytestring >=0.10.4 && <0.11
, directory >=1.0
, relude >=0.3.0
, tasty
, tasty-hunit
, text >=1.2.3.0 && <1.3
, unordered-containers
default-language: Haskell2010