Ignore graphql.cabal
This file is generated and for releases another version is generated anyway.
This commit is contained in:
parent
eb98c36258
commit
f767f6cd40
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
.cabal-sandbox/
|
.cabal-sandbox/
|
||||||
cabal.sandbox.config
|
cabal.sandbox.config
|
||||||
cabal.project.local
|
cabal.project.local
|
||||||
|
/graphql.cabal
|
||||||
|
@ -1,93 +0,0 @@
|
|||||||
cabal-version: 1.12
|
|
||||||
|
|
||||||
-- This file has been generated from package.yaml by hpack version 0.31.2.
|
|
||||||
--
|
|
||||||
-- see: https://github.com/sol/hpack
|
|
||||||
--
|
|
||||||
-- hash: 7396988b6b8e966751eaf92b5a8c1cb820f7a3dbbf60736ea46faab4653fb40c
|
|
||||||
|
|
||||||
name: graphql
|
|
||||||
version: 0.5.0.1
|
|
||||||
synopsis: Haskell GraphQL implementation
|
|
||||||
description: This package provides a rudimentary parser for the <https://graphql.github.io/graphql-spec/June2018/ GraphQL> language.
|
|
||||||
category: Language
|
|
||||||
homepage: https://github.com/caraus-ecms/graphql#readme
|
|
||||||
bug-reports: https://github.com/caraus-ecms/graphql/issues
|
|
||||||
author: Danny Navarro <j@dannynavarro.net>,
|
|
||||||
Matthías Páll Gissurarson <mpg@mpg.is>,
|
|
||||||
Sólrún Halla Einarsdóttir <she@mpg.is>
|
|
||||||
maintainer: belka@caraus.de
|
|
||||||
copyright: (c) 2019 Eugen Wissner,
|
|
||||||
(c) 2015-2017 J. Daniel Navarro
|
|
||||||
license: BSD3
|
|
||||||
license-file: LICENSE
|
|
||||||
build-type: Simple
|
|
||||||
extra-source-files:
|
|
||||||
CHANGELOG.md
|
|
||||||
README.md
|
|
||||||
LICENSE
|
|
||||||
docs/tutorial/tutorial.lhs
|
|
||||||
data-files:
|
|
||||||
tests/data/kitchen-sink.graphql
|
|
||||||
tests/data/kitchen-sink.min.graphql
|
|
||||||
|
|
||||||
source-repository head
|
|
||||||
type: git
|
|
||||||
location: https://github.com/caraus-ecms/graphql
|
|
||||||
|
|
||||||
library
|
|
||||||
exposed-modules:
|
|
||||||
Language.GraphQL
|
|
||||||
Language.GraphQL.AST
|
|
||||||
Language.GraphQL.AST.Core
|
|
||||||
Language.GraphQL.AST.Transform
|
|
||||||
Language.GraphQL.Encoder
|
|
||||||
Language.GraphQL.Error
|
|
||||||
Language.GraphQL.Execute
|
|
||||||
Language.GraphQL.Lexer
|
|
||||||
Language.GraphQL.Parser
|
|
||||||
Language.GraphQL.Schema
|
|
||||||
Language.GraphQL.Trans
|
|
||||||
Language.GraphQL.Type
|
|
||||||
other-modules:
|
|
||||||
Paths_graphql
|
|
||||||
hs-source-dirs:
|
|
||||||
src
|
|
||||||
build-depends:
|
|
||||||
aeson
|
|
||||||
, base >=4.7 && <5
|
|
||||||
, megaparsec
|
|
||||||
, text
|
|
||||||
, transformers
|
|
||||||
, unordered-containers
|
|
||||||
default-language: Haskell2010
|
|
||||||
|
|
||||||
test-suite tasty
|
|
||||||
type: exitcode-stdio-1.0
|
|
||||||
main-is: Spec.hs
|
|
||||||
other-modules:
|
|
||||||
Language.GraphQL.EncoderSpec
|
|
||||||
Language.GraphQL.ErrorSpec
|
|
||||||
Language.GraphQL.LexerSpec
|
|
||||||
Language.GraphQL.ParserSpec
|
|
||||||
Test.FragmentSpec
|
|
||||||
Test.KitchenSinkSpec
|
|
||||||
Test.StarWars.Data
|
|
||||||
Test.StarWars.QuerySpec
|
|
||||||
Test.StarWars.Schema
|
|
||||||
Paths_graphql
|
|
||||||
hs-source-dirs:
|
|
||||||
tests
|
|
||||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
|
||||||
build-depends:
|
|
||||||
aeson
|
|
||||||
, base >=4.7 && <5
|
|
||||||
, graphql
|
|
||||||
, hspec
|
|
||||||
, hspec-expectations
|
|
||||||
, hspec-megaparsec
|
|
||||||
, megaparsec
|
|
||||||
, raw-strings-qq
|
|
||||||
, text
|
|
||||||
, transformers
|
|
||||||
default-language: Haskell2010
|
|
@ -1,6 +1,9 @@
|
|||||||
resolver: lts-14.7
|
resolver: lts-14.7
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
- '.'
|
- '.'
|
||||||
|
|
||||||
extra-deps: []
|
extra-deps: []
|
||||||
flags: {}
|
flags: {}
|
||||||
extra-package-dbs: []
|
|
||||||
|
pvp-bounds: both
|
||||||
|
Loading…
Reference in New Issue
Block a user