Run cabal-fmt as suggested by @kutyel

This commit is contained in:
Alejandro Serrano 2020-02-27 08:45:41 +01:00
parent 6e1f51798b
commit 37687a90ef
No known key found for this signature in database
GPG Key ID: A04B82DC1AD554C3

View File

@ -1,28 +1,34 @@
name: mu-graphql
version: 0.1.0.0
synopsis: GraphQL support for Mu
cabal-version: >=1.10
name: mu-graphql
version: 0.1.0.0
synopsis: GraphQL support for Mu
cabal-version: >=1.10
-- description:
-- bug-reports:
license: Apache-2.0
license-file: LICENSE
author: Alejandro Serrano, Flavio Corpa
maintainer: alejandro.serrano@47deg.com
license: Apache-2.0
license-file: LICENSE
author: Alejandro Serrano, Flavio Corpa
maintainer: alejandro.serrano@47deg.com
-- copyright:
category: Network
build-type: Simple
category: Network
build-type: Simple
-- extra-source-files: CHANGELOG.md
library
exposed-modules: Mu.GraphQL.Query
exposed-modules: Mu.GraphQL.Query
-- other-extensions:
build-depends: base >=4.12 && <5
, aeson
, mtl
, sop-core
, mu-schema
, mu-rpc
, graphql-parser
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall -fprint-potential-instances
build-depends:
aeson
, base >=4.12 && <5
, graphql-parser
, mtl
, mu-rpc
, mu-schema
, sop-core
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall -fprint-potential-instances