Commit Graph

65 Commits

Author SHA1 Message Date
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
eb3cdbcd3a
Merge branch 'master' into support-servant-0.15 2020-06-25 11:02:24 +02:00
Felix Mulder
2bf03e822a Relax constraints for GHC 8.10 2020-06-07 09:58:56 +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
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
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
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
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
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
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
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
4757df4195 Support GHC-8.4.1 2018-03-23 08:13:36 +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
Oleg Grenrus
53785354d3 Add build-tool-depends 2017-11-08 13:02:46 +02:00
Oleg Grenrus
3571f543fd Support for servant-0.12 2017-11-08 10:49:31 +02:00
Erik
d65abc856f [READY] Fixes #7: Add HTML missing Doctype predicate with tests (#33)
* Add HTML missing Doctype predicate with tests

* Don't use 'fail' in predicates

* Add RFC reference and description for HTML doctype

* Only take enough of respBody to compare to doctype string
2017-10-21 15:20:56 -07:00
Julian K. Arni
54a05a53a9 Bump version 2017-10-19 10:12:36 -07:00
Alfredo Di Napoli
b0febe7c58
Tentatively support Servant 0.11 2017-10-18 14:36:45 +02:00
Julian K. Arni
9ebfe9d630 Bump version 2017-10-16 09:13:22 -07:00
Erik Aker
482656b35e Create jsonEqaulity function and add some tests for similar JSON values but slightly different whitespace, ordering 2017-10-15 20:24:21 -07:00
Julian K. Arni
a0ec1777a7 Compatibility with earlier versions of hspec.
Adds CPP to the tests to allow for upstream changes to the 'Result'
    type.
2017-10-15 17:49:47 -07:00
Erik Aker
0e23a2eba7 Code cleanup: remove unused imports and code 2017-07-15 15:11:18 -07:00
Erik Aker
f052dc149b Bump HSpec to 2.4.4 and make tests use safeEvaluateExample to capture failure msg 2017-07-15 15:03:06 -07:00
Julian K. Arni
e1a9db4924 Bump version 2017-03-11 09:36:16 -06:00
Julian K. Arni
41b2faad45 Bump version. 2017-03-10 21:50:50 -06:00
Julian K. Arni
b7cf4e6f80 upper bound for hspec 2017-03-10 17:29:08 -06:00
Julian K. Arni
a8dd02516f Switch CI to stack 2017-03-10 15:53:26 -06:00
Julian K. Arni
47391784ce Bump version 2016-10-18 14:40:40 +02:00
Julian K. Arni
b1227d3864 Make onlyJsonObjects succeed in non-JSON endpoints. 2016-10-18 14:38:44 +02:00
Julian K. Arni
ae07497397 Bump version to 0.2.0.1 2016-10-05 15:36:38 +01:00
Julian K. Arni
feff40b2e4 Add notLongerThan predicate. 2016-10-05 15:29:39 +01:00
Julian K. Arni
8eb5c334c1 Looser bounds.
Support recent versions of QuickCheck, aeson, http-client, servant,
        servant-client, and servant-server.
2016-10-03 16:30:46 +02:00
Julian K. Arni
f36f544ee6 Add predicate getsHaveLastModifiedHeader. 2016-10-03 15:39:46 +02:00
Julian K. Arni
d7757ea5ed Bump version. 2016-09-14 10:54:57 -03:00
Julian K. Arni
0337996c6c Support new CaptureAll combinator. 2016-09-14 10:26:13 -03:00
Julian K. Arni
6537409968 support ghc 8 2016-09-14 09:37:14 -03:00
Julian K. Arni
84ebc6ed5f bump version 2016-08-28 20:53:14 -03:00
Julian K. Arni
343f55f61a Removing GHC 7.8 support.
It never really existed.
2016-08-28 20:50:42 -03:00
Julian K. Arni
86d99239bb Cleanup 2016-08-28 20:23:32 -03:00
Julian K. Arni
ca0b7156d8 bump version 2016-08-28 19:23:19 -03:00