We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65e7a5 commit febbe60Copy full SHA for febbe60
example/example.cabal
@@ -1,7 +1,7 @@
1
name: example
2
version: 1.0
3
synopsis: servant-openapi3 demonstration
4
-description: servant-openapi3 demonstration
+description: An example of how servant-openapi3 can be used.
5
license: BSD3
6
license-file: LICENSE
7
author: David Johnson, Nickolay Kudasov
@@ -54,6 +54,7 @@ test-suite swagger-server-spec
54
other-modules:
55
TodoSpec
56
Paths_example
57
+ build-tool-depends: hspec-discover:hspec-discover >=2.6.0 && <2.8
58
build-depends: base == 4.*
59
, base-compat >= 0.6.0
60
, aeson >=0.11.2.0
@@ -64,4 +65,3 @@ test-suite swagger-server-spec
64
65
, QuickCheck
66
, quickcheck-instances
67
default-language: Haskell2010
-
0 commit comments