dream2nix/examples/haskell_stack-lock/projects.toml

15 lines
339 B
TOML

# To re-generate this file, run:
# nix run github:nix-community/dream2nix#detect-projects $source
# ... where `$source` points to the source of your project.
[main]
name = "main"
relPath = ""
subsystem = "haskell"
translator = "stack-lock"
translators = [ "stack-lock",]
[[main.subsystemInfo.compiler]]
name = "ghc"
version = "8.10.7"