mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-25 23:41:42 +03:00
15 lines
339 B
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"
|