Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 544 Bytes

ReadMe.md

File metadata and controls

41 lines (27 loc) · 544 Bytes

Nix flake for an Ouroboros Leios development environment

Compiling Haskell

$ nix develop

# Navigate to the top-level Leios folder.
$ cd .../ouroboros-leios

$ cabal update

$ cabal build all

Building packages or executables

Build xyz among the following . . .

  • agdaIOGPrelude
  • agdaSets
  • agdaStdlib
  • agdaStdlibClasses
  • agdaStdlibMeta
  • agdaWithDeps
  • leiosSpec
  • ols

. . . with the command . . .

$ nix build .#xyz

Running Leios

$ nix run .#ols -- --help