Add forgotten predicates to export list.

The honoursAcceptHeader and getsHaveLastModifiedHeader predicates had
been omitted when writing the export list, making it necessary to import
Servant.QuickCheck.Internal.Predicates to have access to them.
This commit is contained in:
Joachim Desroches 2017-12-15 00:22:57 +01:00
parent 6e6595f68c
commit 4f24452d03
No known key found for this signature in database
GPG Key ID: 9470B2186573EC6E

View File

@ -29,8 +29,10 @@ module Servant.QuickCheck
, not500
, notLongerThan
, onlyJsonObjects
, honoursAcceptHeader
, notAllowedContainsAllowHeader
, unauthorizedContainsWWWAuthenticate
, getsHaveLastModifiedHeader
, getsHaveCacheControlHeader
, headsHaveCacheControlHeader
, createContainsValidLocation