Julian Arni
4e28a45da4
Merge pull request #235 from haskell-servant/jkarni/0.4-fixes
...
Werror fixes
2015-09-23 16:29:17 +02:00
Julian K. Arni
c60588ade1
Make no-warn-missing-methods a test-all flag.
2015-09-23 15:48:41 +02:00
Julian K. Arni
48c2cc638a
Loads of Werror fixes
2015-09-23 15:18:32 +02:00
Julian K. Arni
fe8408e272
no-warn-missing-methods for 0.10 ToJSON
2015-09-23 14:33:59 +02:00
Julian K. Arni
397db6b4b5
Explict imports
2015-09-23 13:31:49 +02:00
Julian K. Arni
ef3cf9f757
Another Day instance removed
2015-09-23 12:11:14 +02:00
Julian K. Arni
afc0f31f91
Use aeson's Day instance
2015-09-23 11:58:02 +02:00
Julian K. Arni
162f5bbd9c
Bump version to 0.4.4.3.
...
For aeson version bump.
2015-09-23 11:43:35 +02:00
AndrewRademacher
051e6118dd
Bumped aeson version.
2015-09-23 11:43:02 +02:00
Julian K. Arni
867530fb59
Fix servant-mock version
2015-08-29 15:55:20 +02:00
Julian Arni
b4be241fc9
Merge pull request #206 from haskell-servant/jkarni/mock-in-0.4
...
Add servant-mock to 0.4
2015-08-29 15:50:59 +02:00
Julian K. Arni
ca1b21ebff
Remove 0.5 combinators
2015-08-29 14:55:00 +02:00
Julian K. Arni
28d48ce320
Add stack.yaml
2015-08-29 14:54:45 +02:00
Julian K. Arni
4397154f49
Add servant-mock to sources.txt
2015-08-29 14:52:04 +02:00
Julian K. Arni
cb75ed4073
Checkout servant-mock from master.
2015-08-29 14:46:57 +02:00
Julian K. Arni
52adac2039
Bump to 0.4.4.2.
...
For minor documentation fixes.
2015-08-29 13:26:06 +02:00
Julian K. Arni
85f5dfadde
Remove broken links
...
Conflicts:
servant/servant.cabal
2015-08-29 13:23:59 +02:00
Alp Mestanogullari
4bcf5158e7
Merge pull request #193 from haskell-servant/servant-server-readme-fix
...
update readme for servant-server
2015-08-16 11:32:39 +02:00
Alp Mestanogullari
e5341d708f
update readme for servant-server
2015-08-16 11:02:47 +02:00
Julian K. Arni
17b99b933f
Bump to 0.4.4.
2015-07-30 10:49:40 +02:00
Julian K. Arni
b74d699f6c
Bump warp upper bound.
...
To < 3.2.
Conflicts:
servant-server/servant-server.cabal
2015-07-30 10:47:44 +02:00
Julian K. Arni
1eacd565f1
Bump to 0.4.3.1
2015-07-10 13:55:18 +02:00
Julian K. Arni
b5b4d9ad60
Cabal file fixes
2015-07-10 13:53:32 +02:00
Christian Marie
a67cbbc224
Merge pull request #146 from haskell-servant/pingu/0.4-bugfixes
...
Bugfix release
2015-07-09 11:52:13 +10:00
Christian Marie
fb97bee5ee
Bump to 0.4.3
2015-07-09 11:05:23 +10:00
bwo
3b4df6775b
servant-jquery: set content type to application/json on POST
...
Also remove some redundant newlines in generated JS.
2015-07-09 11:05:23 +10:00
Christian Marie
1efe9f1a2a
Make bump-versions.sh work
...
This also makes it behave when called from from any directory.
2015-07-07 17:34:06 +10:00
Alp Mestanogullari
e3c3ba2aeb
remove tabs
2015-07-06 19:36:03 +10:00
Alp Mestanogullari
76b21f787c
clarify some variable names in the examples + semantic html pedantry
2015-07-06 19:36:03 +10:00
Philipp Kant
d1ee5c7a63
Added test for docsWith.
...
Make sure that no information is lost when providing additional
information via docsWith. With the current left-biased implementation of
combineAction, this can happen if the function arguments are in the
wrong order.
2015-07-06 19:36:03 +10:00
Philipp Kant
3565641359
servant-docs: Fix docsWith.
...
When adding extra info using using docsWith, the responses vanished from
the output. This was due to combineAction being left-biased, and
docsWith combining the extra info with the enpoint (in that
order). Flipping combineAction solves this.
2015-07-06 19:36:03 +10:00
Alp Mestanogullari
452ddf02e4
Add HasLink instance for Header. Fixes #128
2015-07-06 16:27:13 +10:00
Julian K. Arni
9f319963e9
Fix upload script issues
2015-06-09 12:51:39 +02:00
Julian K. Arni
c11012dcbf
Fix DIR issues
2015-06-09 12:33:30 +02:00
Julian K. Arni
0c52b23168
Upload script and some script refactoring
2015-06-09 12:33:19 +02:00
Julian K. Arni
c86e32433a
Bump version to 0.4.2
2015-06-09 11:06:41 +02:00
Julian K. Arni
1fc048e9db
Bump string-conversions
2015-06-09 10:44:41 +02:00
Julian K. Arni
358f7691e5
Don't render header via String
2015-06-09 10:44:15 +02:00
Julian Arni
2725e20a1a
Merge pull request #110 from bgamari/master
...
Bump aeson bound
2015-06-03 15:32:18 +02:00
Ben Gamari
74a52df1a1
API.Capture: Fix haddocks
2015-06-03 07:13:49 -04:00
Ben Gamari
939a008b67
Bump aeson bound
2015-06-03 06:53:34 -04:00
Julian K. Arni
0b3291970f
Bump to 0.4.1
2015-05-29 16:24:08 +02:00
Alp Mestanogullari
9f1cb63206
fix HTML content types in haddocks
2015-05-29 16:08:14 +02:00
Alp Mestanogullari
db8cf8bd8d
Merge pull request #106 from haskell-servant/jkarni/bump-either
...
Bump 'either' upper-bound
2015-05-29 14:56:45 +01:00
Julian K. Arni
ce012da4ee
Bump 'either' upper-bound
2015-05-29 14:37:10 +02:00
Alp Mestanogullari
d785b7ff0f
Merge pull request #105 from haskell-servant/jkarni/fix-docs
...
Fix outdated docs
2015-05-29 10:56:06 +01:00
Julian K. Arni
5de9daf528
Fix outdated docs
2015-05-29 10:59:24 +02:00
Julian Arni
69936280b0
Merge pull request #102 from haskell-servant/jkarni/bound-for-servant-examples
...
Add servant bounds for servant-examples.
2015-05-28 12:31:26 +02:00
Julian K. Arni
7976468a32
Add servant bounds for servant-examples.
2015-05-28 11:22:43 +02:00
Alp Mestanogullari
c6467e2e70
Merge pull request #100 from haskell-servant/jkarni/servant-changelog
...
Update servant changelog
2015-05-27 15:32:59 +01:00