Some new releases and fixes

This commit is contained in:
Yorhel 2019-03-21 08:39:38 +01:00
parent 2192e68775
commit 5c85a7d32f
15 changed files with 132 additions and 85 deletions

View file

@ -237,7 +237,7 @@ Haskell itself already has a few advantages when compared to OCaml: For one, it
has a larger ecosystem, so for any task you can think of there is probably
already at least one existing library. As an example, I was unable to find an
actively maintained SQL DSL for OCaml, while there are several available for
Haskell. Another advantage that I found where the much more friendly and
Haskell. Another advantage that I found were the much more friendly and
detailed error messages generated by the Haskell compiler, GHC. In terms of
build systems, Haskell has standardized on
L<Cabal|https://www.haskell.org/cabal/>, which works alright most of the time.