Christian Marie
70ffe01f9a
Rewrite Utils.Links to export a nicer API.
...
* Add support for parameters.
* Clean up type level magic, invalid links no longer have a type.
* Proxies are now used to be consistent with the rest of the servant ecosystem.
2015-01-29 10:07:01 +11:00
Christian Marie
6785717d8c
Add constrainty Link implementation.
2015-01-27 16:06:21 +11:00
Christian Marie
7336ecbaeb
Export open type family IsElem' to allow custom API types in Links.
...
Also:
* Export unLink function to be able to use the contents of a Link
* Add Raw to the isLink'' family.
2015-01-23 17:44:06 +11:00
Julian Arni
4eb943021f
Merge pull request #4 from dlarsson/master
...
Support for matrix parameters
2015-01-15 10:52:06 +01:00
Daniel Larsson
8e5bc6eb59
Fixed merge/rebase issue
2015-01-15 10:47:50 +01:00
Daniel Larsson
fcf5402861
Rebased to latest upstream
2015-01-15 10:44:45 +01:00
Daniel Larsson
0b2f2ae490
Added test cases for matrix parameters. Added some missing cases in the IsElem type family (QueryParams and QueryFlag)
2015-01-15 10:40:57 +01:00
Daniel Larsson
0b29d1d690
Bumped version number, and added a .gitignore file.
2015-01-15 10:38:59 +01:00
Daniel Larsson
839f5a79a9
Added support for matrix parameters
2015-01-15 10:38:59 +01:00
Julian K. Arni
3e0be5a305
Added update-nixpkgs.sh script.
2015-01-09 18:04:36 +01:00
Alp Mestanogullari
5a6d864ebe
Merge pull request #5 from zerobuzz/2015-01-06-explicit-import-lists
...
Explicit import lists
2015-01-06 18:32:19 +01:00
Matthias Fischmann
92a8a78abe
Explicit imports in /test.
2015-01-06 17:57:50 +01:00
Matthias Fischmann
40b13a9c86
Explicit imports in /src.
2015-01-06 17:54:53 +01:00
Matthias Fischmann
9b10181d9a
Remove unused imports.
2015-01-06 17:51:07 +01:00
Daniel Larsson
409a10442d
Added test cases for matrix parameters. Added some missing cases in the IsElem type family (QueryParams and QueryFlag)
2015-01-04 18:14:27 +01:00
Daniel Larsson
80b82fd885
Bumped version number, and added a .gitignore file.
2015-01-01 22:46:58 +01:00
Daniel Larsson
fe541f3bf4
Added support for matrix parameters
2014-12-28 22:56:58 +01:00
Alp Mestanogullari
7ea1203c8b
Merge pull request #2 from spl/patch-1
...
Fix typo
2014-12-13 00:40:49 +01:00
Sean Leather
4a89f5d6c7
Fix typo
2014-12-12 21:04:03 +02:00
Alp Mestanogullari
14a2750411
update README to refflect the servant/servant-server split
2014-12-12 10:39:08 +01:00
Alp Mestanogullari
9aeb295955
make ReqBody kind polymorphic (for a test)
2014-12-10 16:31:40 +01:00
Alp Mestanogullari
6836eb6bcc
add split server-side bits into servant-server
2014-12-10 16:31:40 +01:00
Alp Mestanogullari
741da9fde1
Merge pull request #1 from haskell-servant/jkarni/cleaner-haddock
...
Clean up QQ and Utils.Links haddock.
2014-12-10 10:43:44 +01:00
Julian K. Arni
f4f86520bc
Clean up QQ and Utils.Links haddock.
2014-12-10 10:34:49 +01:00
Alp Mestanogullari
501dafaeba
add Servant.API.Header
2014-12-08 12:28:11 +01:00
Alp Mestanogullari
17607212b3
cabal file typos
2014-12-08 11:00:26 +01:00
Alp Mestanogullari
55eb020d10
polish up cabal file, add a README
2014-12-08 10:56:02 +01:00
Alp Mestanogullari
9c343face8
add a TODO
2014-12-05 11:39:25 +01:00
Alp Mestanogullari
654e59d7c4
add script for generating the docs and pushing them to github-pages
2014-12-02 18:35:11 +01:00
Alp Mestanogullari
1defab0d2f
travis: build with ghc 7.8
2014-12-02 17:45:24 +01:00
Alp Mestanogullari
d9d94e6f4e
oops. rename travis file to .travis.yml
2014-12-02 17:25:25 +01:00
Alp Mestanogullari
987b160691
add travis file
2014-12-02 17:24:10 +01:00
Alp Mestanogullari
0dfd2434ac
fix build error for servant's spec
2014-11-27 18:50:29 +01:00
Alp Mestanogullari
67abcff47f
first shot at splitting servant into servant, servant-client and servant-docs
2014-11-27 18:28:01 +01:00
Alp Mestanogullari
9923d1773e
document the example some more with some tweaks. push the correspinding updated generated docs too
2014-11-25 18:13:18 +01:00
Alp Mestanogullari
d36f27a5be
Add a README for the example
2014-11-25 17:57:11 +01:00
Alp Mestanogullari
52c24c8b35
Merge branch 'jkarni/qq-docs' into new-impl
2014-11-25 17:39:30 +01:00
Alp Mestanogullari
ae8cca6fb4
fix renaming woes
2014-11-25 17:35:17 +01:00
Julian K. Arni
dee47654f9
Rename ApiQuasiQuoting.
...
And fix haddocks for it.
2014-11-25 16:35:56 +01:00
Julian K. Arni
63584d52b7
QQ and safe links documentation.
2014-11-25 16:10:59 +01:00
Alp Mestanogullari
5435dd4032
Haddocks for the StaticFiles module
2014-11-25 15:48:30 +01:00
Alp Mestanogullari
5b5f530406
fix Docs haddocks
2014-11-24 16:22:55 +01:00
Alp Mestanogullari
d6464d9dc4
remove useless import in example
2014-11-22 19:26:58 +01:00
Alp Mestanogullari
60c7addb5e
more haddocks
2014-11-22 19:19:21 +01:00
Alp Mestanogullari
f983734975
haddocks for BaseUrl
2014-11-22 18:59:44 +01:00
Alp Mestanogullari
77d52083f1
haddocks for all 3 forms of query params (phew)
2014-11-22 18:53:02 +01:00
Alp Mestanogullari
c47f4ae002
haddocks for ReqBody
2014-11-22 18:16:55 +01:00
Alp Mestanogullari
e9f2de1162
add an example for Raw using serveDirectory
2014-11-22 18:06:59 +01:00
Alp Mestanogullari
1f3ec7ceaa
haddocks for Raw
2014-11-22 18:04:19 +01:00
Alp Mestanogullari
92ddcf4380
haddocks for :>
2014-11-22 17:56:45 +01:00