Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Fix lower version bounds for servant packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
fisx committed Jul 10, 2020
1 parent fa9cc11 commit 7926ad6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions servant-quickcheck.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: servant-quickcheck
version: 0.0.9.0
version: 0.0.9.1
synopsis: QuickCheck entire APIs
description:
This packages provides QuickCheck properties that are tested across an entire
Expand Down Expand Up @@ -49,9 +49,9 @@ library
, pretty >=1.1 && <1.2
, process >=1.2 && <1.7
, QuickCheck >=2.7 && <2.15
, servant >=0.15 && <0.18
, servant-client >=0.15 && <0.18
, servant-server >=0.15 && <0.18
, servant >=0.17 && <0.18
, servant-client >=0.17 && <0.18
, servant-server >=0.17 && <0.18
, split >=0.2 && <0.3
, string-conversions >=0.3 && <0.5
, temporary >=1.2 && <1.4
Expand Down

0 comments on commit 7926ad6

Please sign in to comment.