Commit Graph

226 Commits

Author SHA1 Message Date
Dennis Gosnell
e56870cebd
Merge pull request #41 from cdepillabout/update-stackage
Update Stackage resolver and tested compiler versions in CI
2023-06-27 12:55:53 +09:00
(cdep)illabout
cd17af5314
Add CHANGELOG entry for GHC and servant minimum bound bumps 2023-06-27 12:55:20 +09:00
(cdep)illabout
d62090381d
Bump minimum servant version to 0.19, which is in LTS-20 2023-06-27 12:44:34 +09:00
(cdep)illabout
cd98619677
Don't test on 9.0.2 2023-06-27 12:44:15 +09:00
(cdep)illabout
96c7e98177
Bump GHC versions in GA CI 2023-06-27 12:26:20 +09:00
(cdep)illabout
1da58c424e
Update stack resolver to LTS-20 2023-06-27 12:25:09 +09:00
Dennis Gosnell
00ebc9a3da
Merge pull request #38 from cdepillabout/bump
Bump to more recent versions
2021-07-01 14:56:15 +09:00
Dennis Gosnell
43ef4b52b6
Update README.md build status image 2021-07-01 14:56:02 +09:00
Dennis Gosnell
07e574ecaa
Get client example working with recent servant. 2021-07-01 14:29:22 +09:00
Dennis Gosnell
d57467a6a3
Bump versions to 2.2.0.1. 2021-07-01 14:03:21 +09:00
Dennis Gosnell
816ae62936
Do not run doctests for servant-checked-exceptions-core on GHC-9 because they appear to not work. 2021-07-01 13:57:12 +09:00
Dennis Gosnell
a8296a74e3
Get functions from Test.Hspec instead of Test.Tasty.Hspec 2021-07-01 13:56:30 +09:00
Dennis Gosnell
ca7acbf99e
Move to GitHub Actions from Travis. 2021-07-01 12:21:51 +09:00
Dennis Gosnell
9462b6a0a5
Bump to lts-18. 2021-07-01 12:21:26 +09:00
Dennis Gosnell
74c84d9272
Bump copyright year 2021-07-01 12:14:59 +09:00
Dennis Gosnell
8ec4e831e4
Update stack.yaml to lts-14.20. 2020-01-17 14:24:59 +09:00
Dennis Gosnell
a895ef5f8b
Merge pull request #34 from mheinzel/mention-limitations
Explain client limitations for non-2XX error codes
2019-11-25 07:48:30 +09:00
Dennis Gosnell
d8aec2bc56
Merge pull request #35 from mheinzel/fix-links-in-README
README.md: fix links and build instructions
2019-11-25 07:46:28 +09:00
Matthias Heinzel
f74737dca8 README.md: fix links and build instructions
Splitting the code into two separate packages broke some links and
instructions.
2019-11-24 21:33:11 +01:00
Matthias Heinzel
7fbddf0b51 Explain client limitations for non-2XX error codes
Not being able to correctly decode responses with a non-2XX status code
in servant-client is an important limitation that should be mentioned in
the README as already suggested in issue #27.
2019-11-24 21:20:20 +01:00
(cdep)illabout
5698acf8c3 Fix formatting in changelog. 2019-07-08 11:01:48 +09:00
(cdep)illabout
9faf741add Make sure servant-checked-exceptions depends on a specific version of servant-checked-exceptions-core. 2019-07-08 09:54:13 +09:00
Dennis Gosnell
51f410185c
Merge pull request #32 from cdepillabout/add-envelope-t
Add EnvelopeT
2019-07-08 09:52:04 +09:00
(cdep)illabout
91a8eb8d5d Update CHANGELOG.md 2019-07-08 09:38:56 +09:00
(cdep)illabout
c350ad2d1b Bump versions to 2.2.0.0. 2019-07-08 09:33:26 +09:00
(cdep)illabout
c0a8c2b079 Remove changes in Util file. 2019-07-08 09:30:42 +09:00
(cdep)illabout
89bf278c68 Disable ghc-8.2.2 in travis. 2019-07-08 00:35:58 +09:00
(cdep)illabout
18d31a6c99 Change cabal file comment. 2019-07-08 00:15:06 +09:00
(cdep)illabout
417db73912 Add dependency on contravariant for GHC before 8.6. 2019-07-08 00:08:16 +09:00
(cdep)illabout
aefbff268d Use world-peace 1.0.0.0. 2019-07-07 23:21:27 +09:00
(cdep)illabout
3de0387481 Add an example for EnvelopeT. 2019-07-07 23:07:11 +09:00
(cdep)illabout
a33d8b3f83 Remove the envTHandle function since it is not particularly helpful. 2019-07-07 22:33:18 +09:00
(cdep)illabout
917f0efc44 Add documentation for envTRemove. 2019-07-07 22:19:53 +09:00
(cdep)illabout
b4289c7de5 More documentation. 2019-07-07 13:36:54 +09:00
(cdep)illabout
3054b68c29 Add some more Envelope and EnvelopeT combinators. 2019-07-07 13:22:37 +09:00
(cdep)illabout
453058346b Need zlib package when compiling with nix. 2019-07-07 13:21:57 +09:00
(cdep)illabout
d78864190b Add handler functions for EnvelopeT. 2019-07-05 16:26:50 +09:00
(cdep)illabout
181a771704 Add more instances for EnvelopeT. 2019-07-05 15:37:26 +09:00
(cdep)illabout
1234ee06b7 update 2019-07-05 15:05:03 +09:00
(cdep)illabout
a2593269e5 update 2019-07-05 14:51:57 +09:00
(cdep)illabout
b6abeba996 update 2019-07-05 11:26:03 +09:00
Dennis Gosnell
64c7a2b0f0
Merge pull request #31 from schell/servant-0.16
Support for servant-0.16 WIP
2019-04-12 14:33:48 +09:00
(cdep)illabout
cb3f8f2289 Update changelogs. 2019-04-12 12:10:02 +09:00
(cdep)illabout
5994d0086f Remove unused packages. 2019-04-12 12:05:38 +09:00
(cdep)illabout
77ea541ae1 No longer depends on natural-transformation. 2019-04-12 11:48:10 +09:00
(cdep)illabout
a5dfb614f2 Remove GHC-8.0 build for travis. 2019-04-12 11:32:11 +09:00
(cdep)illabout
503972a50c Make sure a recent version of tasty-hspec is used. 2019-04-12 11:21:03 +09:00
(cdep)illabout
bda50983e6 Update servant-checked-exceptions version to 2.1.0.0. 2019-04-12 10:40:40 +09:00
(cdep)illabout
75fb161244 Update travis to test on more recent compilers. 2019-04-12 10:31:20 +09:00
(cdep)illabout
c9a72c5ec1 Remove world-peace dependency since it is already in stackage. 2019-04-12 10:31:01 +09:00