-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathservant-graphql.cabal
More file actions
79 lines (74 loc) · 2.57 KB
/
Copy pathservant-graphql.cabal
File metadata and controls
79 lines (74 loc) · 2.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
-- This file has been generated from package.yaml by hpack version 0.14.0.
--
-- see: https://github.com/sol/hpack
name: servant-graphql
version: 0.1.0.0
description: Please see README.md
homepage: http://github.com/jkarni/servant-graphql#readme
bug-reports: https://github.com/jkarni/servant-graphql/issues
author: Julian K. Arni
maintainer: jkarni@gmail.com
copyright: (c) Julian K. Arni
license: BSD3
license-file: LICENSE
tested-with: GHC == 7.10.2, GHC == 8.0.1
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/jkarni/servant-graphql
library
hs-source-dirs:
src
default-extensions: AutoDeriveTypeable ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
ghc-options: -Wall
build-depends:
base >= 4.7 && < 4.10
, text
, servant
, servant-server
, containers
, aeson
exposed-modules:
Servant.GraphQL
default-language: Haskell2010
test-suite doctest
type: exitcode-stdio-1.0
main-is: Doctest.hs
hs-source-dirs:
test
default-extensions: AutoDeriveTypeable ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
ghc-options: -Wall
build-depends:
base >= 4.7 && < 4.10
, text
, servant
, servant-server
, containers
, aeson
, doctest >= 0.9 && < 0.12
, Glob >= 0.7 && < 0.8
, yaml == 0.8.*
other-modules:
Spec
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
default-extensions: AutoDeriveTypeable ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
ghc-options: -Wall
build-depends:
base >= 4.7 && < 4.10
, text
, servant
, servant-server
, containers
, aeson
, servant-graphql
, hspec > 2 && < 3
, QuickCheck >= 2.8 && < 2.9
other-modules:
Doctest
default-language: Haskell2010