fisx
0535413b1a
Merge pull request #72 from maksbotan/maksbotan/support-servant-0.18
...
Support servant-server-0.18
2020-07-31 09:54:59 +02:00
Maxim Koltsov
7cc95a8120
Update src/Servant/QuickCheck/Internal/QuickCheck.hs
...
Co-authored-by: fisx <mf@zerobuzz.net>
2020-07-31 10:43:19 +03:00
Maxim Koltsov
e1a919127a
haskell-ci regenerate
2020-07-30 19:32:29 +03:00
Maxim Koltsov
e6daf03c16
Support servant-server-0.18
2020-07-30 19:22:14 +03:00
Matthias Fischmann
7926ad6bdb
Fix lower version bounds for servant packages.
2020-07-10 13:54:21 +02:00
Matthias Fischmann
fa9cc11095
Bump version; add changelog entry.
2020-07-02 22:40:04 +02:00
Julian Arni
dfec2529ac
Merge pull request #65 from fizruk/support-servant-0.15
...
Support servant-0.15
2020-06-25 12:10:58 +02:00
Julian Arni
eb3cdbcd3a
Merge branch 'master' into support-servant-0.15
2020-06-25 11:02:24 +02:00
Julian Arni
f48088b7d2
Merge pull request #70 from felixmulder/relax-constraints-for-GHC-8.10
...
Relax constraints for GHC 8.10
2020-06-25 11:00:59 +02:00
Felix Mulder
2bf03e822a
Relax constraints for GHC 8.10
2020-06-07 09:58:56 +02:00
Oleg Grenrus
092ebe5423
Merge pull request #68 from haskell-servant/servant-0.17
...
Support servant-0.17
2020-01-24 10:45:48 +02:00
Oleg Grenrus
13d32d6768
Support servant-0.17
2020-01-23 23:38:03 +02:00
Oleg Grenrus
8e8e9b501b
Change version back to 0.0.7.4
...
There are no changes since the tag in the src/
2019-09-16 02:11:42 +03:00
Oleg Grenrus
c93bd5a832
Merge pull request #66 from haskell-servant/updates
...
Updates: 2019-09
2019-09-16 02:09:26 +03:00
Oleg Grenrus
f9989bbf79
Updates: 2019-09
2019-09-15 18:22:05 +03:00
Nickolay Kudasov
bb8177928e
Support servant-0.15
2019-07-04 11:52:51 +03:00
Oleg Grenrus
f6fb9033e9
Merge pull request #63 from haskell-servant/updates
...
Support servant-0.16 and http-media-0.8
2019-04-17 12:28:42 +03:00
Oleg Grenrus
804b06283d
Update .travis.yml
2019-04-17 11:36:31 +03:00
Oleg Grenrus
a5cdf78d82
Support servant-0.16 and http-media-0.8
2019-04-16 22:19:54 +03:00
Oleg Grenrus
638580ba49
Merge pull request #62 from haskell-servant/servant-0.16
...
Allow servant-0.16
2019-02-28 00:05:15 +02:00
Oleg Grenrus
8803b1c09e
Allow servant-0.16
2019-02-27 20:42:16 +02:00
parsonsmatt
e69d4026af
v0.0.7.3
2018-10-24 07:48:05 -06:00
Oleg Grenrus
98fd048bdc
Merge pull request #59 from haskell-servant/ghc-8.6
...
Support GHC-8.6
2018-10-15 21:13:54 +03:00
Oleg Grenrus
902d7a7583
Support GHC-8.6
2018-10-15 17:51:44 +03:00
parsonsmatt
bc36737c45
Clean up stack.yaml and dependencies
2018-10-12 13:34:13 -06:00
parsonsmatt
0190e5e737
QuickCheck 2.12 Compatibility
...
This commit relaxes the bounds on QuickCheck, allowing it to be
compatible with 2.12. In order to be compatible with 2.12, we had to CPP
some definitions that referenced code that was deleted.
2018-10-12 13:34:13 -06:00
Alp Mestanogullari
7d6a97af5a
Merge pull request #57 from Phenitei/notAllowedBug
...
Fix #56 : a notAllowedContainsAllowHeader bug
2018-08-29 12:01:14 +02:00
Joachim Desroches
9743ac5ec4
Fix a bug in onlyJsonObjects that made it fail if there was no
...
content-type.
2018-08-27 22:31:18 -06:00
Joachim Desroches
e3bf044741
Add test for onlyJsonObjects when no content-type header is present.
2018-08-27 22:31:18 -06:00
Joachim Desroches
89c9170bdf
Fix #56
...
A bug where the request printed alongside a failure in
notAllowedContainsAllowHeader was not the request causing the failure.
2018-08-27 18:12:22 +02:00
Oleg Grenrus
35c98622fc
Merge pull request #53 from haskell-servant/servant-0.14
...
Support servant-0.14
2018-06-19 14:51:14 +03:00
Oleg Grenrus
cb06284c75
Support servant-0.14
2018-06-19 13:05:16 +03:00
Matt Parsons
4dfcc862e7
v0.0.7.2 ( #51 )
...
* Prepare for 0.0.7.2 release
2018-05-10 11:32:50 -06:00
Matt Parsons
ae40f3d9f7
Fix stack.yaml file ( #46 )
...
* Fix stack.yaml file
* Remove unfixable stack files
2018-05-10 10:09:12 -06:00
Matt Parsons
d66c2d278a
Safer MVar usage ( #49 )
...
* Fix stack.yaml file
* Remove unfixable stack files
* Resolve ambiguous import in GHCi
* handle MVars without error
* Consistent messaging
* Add comment
2018-05-10 10:08:06 -06:00
Julian Arni
78f30bc997
Merge pull request #50 from parsonsmatt/matt/configurable-manager
...
Allow clients to pass a manager in
2018-05-10 14:37:18 +02:00
parsonsmatt
b4a69516d2
Allow clients to pass a manager in
2018-05-09 14:30:38 -06:00
Oleg Grenrus
226c7647e1
Merge pull request #44 from haskell-servant/base-compat-0.10
...
Allow base-compat-0.10
2018-04-13 18:29:29 +03:00
Oleg Grenrus
26523832f8
Allow base-compat-0.10 and temporary-1.3
...
Use base-compat-batteries
2018-04-12 09:29:23 +03:00
Oleg Grenrus
d262cead57
Merge pull request #43 from haskell-servant/ghc-8.4.1
...
Support GHC-8.4.1
2018-03-23 08:21:16 +02:00
Oleg Grenrus
4757df4195
Support GHC-8.4.1
2018-03-23 08:13:36 +02:00
Oleg Grenrus
76a0394cea
Merge pull request #42 from haskell-servant/servant-0.13
...
Support for servant-0.13
2018-02-09 21:43:51 +02:00
Oleg Grenrus
d46b7183ad
Support for servant-0.13
2018-02-09 20:26:02 +02:00
Julian K. Arni
35bd148037
Changelog and bump version
2017-12-14 21:37:18 -08:00
Julian K. Arni
bc301ad7c1
Bump to 0.0.4.0
2017-12-14 21:35:11 -08:00
Julian Arni
0f334449cb
Merge pull request #40 from Phenitei/expose-missing-predicates
...
Add forgotten predicates to export list.
2017-12-14 21:33:22 -08:00
Joachim Desroches
4f24452d03
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.
2017-12-15 00:22:57 +01:00
Oleg Grenrus
6e6595f68c
Merge pull request #37 from phadej/servant-0.12
...
Support for servant-0.12
2017-11-08 13:27:13 +02:00
Oleg Grenrus
53785354d3
Add build-tool-depends
2017-11-08 13:02:46 +02:00
Oleg Grenrus
026d4b8bb4
Use new-build based .travis.yml
2017-11-08 11:39:45 +02:00