cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: morpheus-graphql-tests
version: 0.19.3
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 >=1.4.4.0 && <3
, base >=4.7 && <5
, bytestring >=0.10.4 && <0.11
, directory >=1.0 && <2.0
, relude >=0.3.0 && <2.0
, tasty >=0.1 && <1.5
, tasty-hunit >=0.1 && <1.0
, text >=1.2.3.0 && <1.3
, unordered-containers >=0.2.8.0 && <0.3
default-language: Haskell2010