Some new releases and fixes
This commit is contained in:
parent
2192e68775
commit
5c85a7d32f
15 changed files with 132 additions and 85 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue