Correct the build command for Haskell (#339)

This commit is contained in:
Dan Shearer 2024-09-25 14:21:11 +01:00 committed by GitHub
parent f6b98020e9
commit 8765d97d13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,9 +33,10 @@ feature-flags.
Afterwards, type `nix flake show` in the root directory of the project to see
all the available versions of this book. Then type `nix build .#<edition>` to
build the edition you want (Haskell, Scala, OCaml, Reason and their printed
build the edition you want (Scala, OCaml, Reason and their printed
versions). For example, to build the Scala edition you'll have to type
`nix build .#ctfp-scala`.
`nix build .#ctfp-scala`. For Haskell (the original version) that is just
`nix build .#ctfp`.
Upon successful compilation, the PDF file will be placed in the `result`
directory.