Commit Graph

50 Commits

Author SHA1 Message Date
Arian van Putten a5ef9c5efd
Merge pull request #32 from Simspace/uverb+fragment-support
support UVerb + correctly bound Fragment instance for older servant versions
2023-08-26 08:06:53 +00:00
Devin Lehmacher 9a87263a1b
Merge branch 'master' into uverb+fragment-support 2022-06-01 11:25:42 -07:00
Arian van Putten 5b3a85dd85
Merge pull request #31 from peterbecich/servant-0.19
bump `servant` upper bound
2022-06-01 12:18:13 +02:00
Devin Lehmacher dcf720db2e support UVerb + Fragment 2022-04-07 16:06:12 -07:00
Peter Becich 8f859fccfe bump `servant` upper bound
compilation succeeds with `servant-0.19`
2022-03-20 22:40:11 -07:00
Arian van Putten bda075f8f5
Merge pull request #28 from peterbecich/basic-github-actions
basic GitHub Actions; fix tests; GHC 9 still failing
2022-02-02 12:11:40 +01:00
Peter Becich 638f67facd
no CI coverage for GHC 8.0, 8.2, 8.4, 9.0 2022-01-31 22:43:07 -08:00
Peter Becich 149dbf8e33
provide missing instance to fix tests 2022-01-29 16:36:48 -08:00
Peter Becich 655dd49ed1 fix tests 2022-01-23 23:38:30 -08:00
Peter Becich b9c1b9fdd1
basic GitHub Actions 2022-01-22 15:19:49 -08:00
Arian van Putten 6dc27930c3
Merge pull request #24 from SamuelSchlesinger/master
Update for servant-0.18 and GHC 8.8 + 8.10
2020-10-25 13:02:20 +01:00
Samuel Schlesinger bf287fd7f7 Tried to get GHC 8.8 and 8.10 under test 2020-10-18 15:44:34 -04:00
Samuel Schlesinger 21205ac54a Made work with servant-0.18 2020-10-18 14:44:08 -04:00
Oleg Grenrus 0851ba5c3b
Merge pull request #16 from haskell-servant/servant-0.17
Support servant-0.17
2020-01-24 10:36:13 +02:00
Oleg Grenrus aa340cd3f6 Support servant-0.17 2020-01-23 23:35:38 +02:00
Oleg Grenrus bd510846ff Allow hashable-1.4 2019-05-30 13:24:52 +03:00
Oleg Grenrus 9f610bbe88 Make bench benchmark 2019-02-28 10:37:29 +02:00
Oleg Grenrus b972d0ddc7
Merge pull request #12 from haskell-servant/rebase-pr-9-and-10
Rebase pr 9 and 10
2019-02-28 10:35:44 +02:00
Oleg Grenrus bd48099f48 Add changelog 2019-02-28 10:03:25 +02:00
Jesse Kempf 0d966b5b67 Add HasEndpoint instance for BasicAuth 2019-02-28 09:10:10 +02:00
Jesse Kempf 2183528966 Enumerate API and populate counters at start time 2019-02-28 09:09:37 +02:00
Oleg Grenrus 65fae84ae6
Merge pull request #11 from haskell-servant/servant-0.16
Servant 0.16
2019-02-28 09:07:34 +02:00
Jesse Kempf 9c5a6ce1a3 Update to work with LTS-12.x and Servant 0.14 2019-02-28 08:49:35 +02:00
Oleg Grenrus 4a280658d9 Allow servant-0.16 2019-02-28 01:15:30 +02:00
Oleg Grenrus 8f5e9ad2bb
Merge pull request #7 from haskell-servant/updates
Update to servant-0.15
2019-02-11 19:39:47 +02:00
Oleg Grenrus aef56f17b0 Update to servant-0.15 2019-02-11 15:50:20 +02:00
Alp Mestanogullari efb966aa04
Merge pull request #3 from NoRedInk/joneshf-patch-1
Fix git repo
2017-10-28 20:16:13 +02:00
Hardy Jones f6e54ef43e
Fix git repo 2017-10-27 12:46:47 -07:00
Julian K. Arni 3f2d009c8f Add new authors 2017-01-30 10:47:41 -08:00
Julian K. Arni c48a9aa851 More tests 2017-01-30 10:46:54 -08:00
Julian Arni 787bfb5c1b Merge pull request #2 from epsilonhalbe/master
compatibility to servant 0.8/0.9
2017-01-30 10:11:39 -08:00
Martin Heuschober 5cdc722b3a cleanup: removed unused (deprecated) language pragma 2017-01-30 03:06:13 +01:00
Martin Heuschober c99f3005c8 compatibility servant 0.9 2017-01-30 03:00:58 +01:00
Martin Heuschober 9d7fe71bf6 compatibility servant 0.8.x
- add HasEndpoint instance for `CaptureAll`
- adjust test case for Delete () => NoContent
- adjust upper bounds for base & servant
2017-01-30 02:50:17 +01:00
Martin Heuschober 03ac1abd30 add .stack-work to gitignore 2017-01-30 02:11:58 +01:00
Julian K. Arni 05665e6b02 Add comprehensive combinator support 2016-05-13 17:54:18 +02:00
Julian K. Arni ddb47d7d5e Bench more connections 2016-05-13 17:38:14 +02:00
Julian K. Arni 6f129e331d Benchmarking 2016-05-13 16:15:03 +02:00
Julian K. Arni 28df5baf6c Start more extensive tests 2016-05-13 14:56:09 +02:00
Julian K. Arni afeab8dd11 Update for servant 0.7 2016-05-13 12:27:26 +02:00
Timo von Holtz e2629d7434 Rename ekg-servant.cabal to servant-ekg.cabal 2015-05-04 11:43:09 +10:00
Timo von Holtz 9f2ddc8599 Monoid instance of Maybe is not what you think it is 2015-05-01 17:31:38 +10:00
Timo von Holtz 48ab0ea420 rename package 2015-05-01 16:11:37 +10:00
Timo von Holtz 38df4598f8 Merge branch 'servant-auto' 2015-05-01 16:10:02 +10:00
Timo von Holtz 04fce530d6 stylish 2015-05-01 16:09:23 +10:00
Thomas Sutton df5868e144 Merge pull request #1 from anchor/servant-auto
Automatic metering for servant apis
2015-05-01 16:07:58 +10:00
Timo von Holtz 52585c70e6 Add testsuite to make sure it is usable 2015-05-01 16:07:20 +10:00
Timo von Holtz 4f359e74ff repair cabal file 2015-05-01 15:30:34 +10:00
Timo von Holtz 288cf78e76 Automatic metering for servant apis 2015-05-01 15:28:43 +10:00
Timo von Holtz d3bd502568 Initial commit 2015-05-01 12:40:08 +10:00