spec-version: 0.34.7 name: hasura-error-message description: > An error message type that makes it difficult to convert back to text. _common: !include "../common.yaml" <<: *common-boilerplate <<: *common-lib default-extensions: - BlockArguments - DerivingStrategies - GeneralizedNewtypeDeriving - ImportQualifiedPost - OverloadedStrings - ScopedTypeVariables library: source-dirs: - src dependencies: - base - aeson - graphql-parser - text - unordered-containers tests: tests: source-dirs: - test main: Main dependencies: - hasura-error-message - base - hspec - aeson - graphql-parser - hashable - text - unordered-containers - vector