From d6dda14cfd1486c6a5648a0a1086a5b5302f1954 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 7 Apr 2021 10:12:40 +0200 Subject: Remove package.yaml This reduces duplication between the modified cabal file and package.yaml. --- package.yaml | 68 ------------------------------------------------------------ 1 file changed, 68 deletions(-) delete mode 100644 package.yaml (limited to 'package.yaml') diff --git a/package.yaml b/package.yaml deleted file mode 100644 index 448353e..0000000 --- a/package.yaml +++ /dev/null @@ -1,68 +0,0 @@ -name: graphql -version: 0.11.1.0 -synopsis: Haskell GraphQL implementation -description: - Haskell implementation. -maintainer: belka@caraus.de -git: git://caraus.tech/pub/graphql.git -homepage: https://www.caraus.tech/projects/pub-graphql -bug-reports: https://www.caraus.tech/projects/pub-graphql/issues -category: Language -license: MPL-2.0 AND BSD-3-Clause - -copyright: -- (c) 2019-2021 Eugen Wissner -- (c) 2015-2017 J. Daniel Navarro -author: -- Danny Navarro -- Matthías Páll Gissurarson -- Sólrún Halla Einarsdóttir - -license-file: -- LICENSE -- LICENSE.MPL -extra-source-files: -- CHANGELOG.md -- README.md - -dependencies: -- aeson -- base >= 4.7 && < 5 -- conduit -- containers -- exceptions -- hspec-expectations -- megaparsec -- parser-combinators -- scientific -- text -- transformers -- unordered-containers -- vector - -library: - source-dirs: src - other-modules: - - Language.GraphQL.Execute.Execution - - Language.GraphQL.Execute.Subscribe - - Language.GraphQL.Execute.Transform - - Language.GraphQL.Type.Definition - - Language.GraphQL.Type.Internal - - Language.GraphQL.Validate.Rules - -tests: - graphql-test: - main: Spec.hs - source-dirs: tests - ghc-options: - - -threaded - - -rtsopts - - -with-rtsopts=-N - dependencies: - - graphql - - hspec - - hspec-megaparsec - - QuickCheck - - raw-strings-qq - generated-other-modules: - - Paths_graphql -- cgit v1.2.3