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 9ade119 commit dc05f28Copy full SHA for dc05f28
servant-quickcheck/servant-quickcheck.cabal
@@ -2,8 +2,7 @@ name: servant-quickcheck
2
version: 0.1.0.0
3
synopsis: QuickCheck entire APIs
4
description:
5
- This packages provides QuickCheck properties that are tested across an entire
6
- API.
+ This packages provides QuickCheck properties that are tested across an entire API.
7
8
license: BSD3
9
license-file: LICENSE
@@ -17,7 +16,8 @@ tested-with: GHC ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.1
17
16
18
source-repository head
19
type: git
20
- location: https://github.com/haskell-servant/servant-quickcheck
+ location: https://github.com/haskell-servant/servant.git
+ subdir: servant-quickcheck
21
22
flag long-tests
23
description: Run more QuickCheck tests
0 commit comments