Skip to content

Commit

Permalink
Allow servant-0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Feb 1, 2017
1 parent 5b90fdd commit 6c32842
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions servant-mock.cabal
@@ -1,5 +1,6 @@
name: servant-mock
version: 0.8.1.1
x-revision: 2
synopsis: Derive a mock server for free from your servant API types
description:
Derive a mock server for free from your servant API types
Expand Down Expand Up @@ -33,8 +34,8 @@ library
base >=4.7 && <5,
bytestring >=0.10.4 && <0.11,
http-types >=0.8 && <0.10,
servant >=0.8 && <0.10,
servant-server >=0.8 && <0.10,
servant >=0.8 && <0.11,
servant-server >=0.8 && <0.11,
transformers >=0.3 && <0.6,
QuickCheck >=2.7 && <2.10,
wai >=3.0 && <3.3
Expand Down

0 comments on commit 6c32842

Please sign in to comment.