@@ -9,7 +9,7 @@ introduces the core features of servant. After this article, you should be able
9
9
to write your first servant webservices, learning the rest from the haddocks'
10
10
examples.
11
11
12
- The central documentation can be found [ here] ( http://docs.servant.dev/ ) .
12
+ The core documentation can be found [ here] ( http://docs.servant.dev/ ) .
13
13
Other blog posts, videos and slides can be found on the
14
14
[ website] ( http://www.servant.dev/ ) .
15
15
@@ -51,9 +51,9 @@ To regenerate the script use (*note:* atm you need to comment `doc/cookbook/` pa
51
51
runghc ~ /Documents/other-haskell/multi-ghc-travis/make_travis_yml_2.hs regenerate
52
52
```
53
53
54
- In case Travis jobs fail due failing build of dependency, you can temporarily
55
- add ` constraints ` to the ` cabal.project ` , and regenerate the ` .travis.yml ` .
56
- For example, the following will disallow single ` troublemaker-13.37 ` package version:
54
+ In case Travis jobs fail due to a dependency failing to build , you can temporarily
55
+ add ` constraints ` to the ` cabal.project ` file , and regenerate the ` .travis.yml ` .
56
+ For example, the following will disallow a single ` troublemaker-13.37 ` package version:
57
57
58
58
```
59
59
constraints:
@@ -62,7 +62,7 @@ constraints:
62
62
63
63
## TechEmpower framework bechmarks
64
64
65
- We develop & maintain the servant TFB entry in https://github.com/haskell-servant/FrameworkBenchmarks/
65
+ We develop and maintain the servant TFB entry in https://github.com/haskell-servant/FrameworkBenchmarks/
66
66
67
67
To verify (i.e. compile and test that it works)
68
68
@@ -82,4 +82,4 @@ To compare with `reitit` (Clojure framework)
82
82
./tfb --mode benchmark --test reitit reitit-async reitit-jdbc servant servant-beam servant-psql-simple --type json plaintext db fortune
83
83
```
84
84
85
- And visualise the results at https://www.techempower.com/benchmarks/#section=test
85
+ You can see the visualised results at https://www.techempower.com/benchmarks/#section=test
0 commit comments