Skip to content

Commit febbe60

Browse files
committed
Fix example.cabal
1 parent a65e7a5 commit febbe60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/example.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: example
22
version: 1.0
33
synopsis: servant-openapi3 demonstration
4-
description: servant-openapi3 demonstration
4+
description: An example of how servant-openapi3 can be used.
55
license: BSD3
66
license-file: LICENSE
77
author: David Johnson, Nickolay Kudasov
@@ -54,6 +54,7 @@ test-suite swagger-server-spec
5454
other-modules:
5555
TodoSpec
5656
Paths_example
57+
build-tool-depends: hspec-discover:hspec-discover >=2.6.0 && <2.8
5758
build-depends: base == 4.*
5859
, base-compat >= 0.6.0
5960
, aeson >=0.11.2.0
@@ -64,4 +65,3 @@ test-suite swagger-server-spec
6465
, QuickCheck
6566
, quickcheck-instances
6667
default-language: Haskell2010
67-

0 commit comments

Comments
 (0)