Skip to content

Commit dc05f28

Browse files
committed
Change the URL of servant-quickcheck to point to the monorepo
1 parent 9ade119 commit dc05f28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

servant-quickcheck/servant-quickcheck.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: servant-quickcheck
22
version: 0.1.0.0
33
synopsis: QuickCheck entire APIs
44
description:
5-
This packages provides QuickCheck properties that are tested across an entire
6-
API.
5+
This packages provides QuickCheck properties that are tested across an entire API.
76

87
license: BSD3
98
license-file: LICENSE
@@ -17,7 +16,8 @@ tested-with: GHC ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.1
1716

1817
source-repository head
1918
type: git
20-
location: https://github.com/haskell-servant/servant-quickcheck
19+
location: https://github.com/haskell-servant/servant.git
20+
subdir: servant-quickcheck
2121

2222
flag long-tests
2323
description: Run more QuickCheck tests

0 commit comments

Comments
 (0)