haskell: cabal: fix project.toml of example

This commit is contained in:
DavHau 2023-01-31 16:03:43 +07:00
parent 9e2f23d654
commit 073357486c

View File

@ -2,8 +2,8 @@
# nix run github:nix-community/dream2nix#detect-projects $source # nix run github:nix-community/dream2nix#detect-projects $source
# ... where `$source` points to the source of your project. # ... where `$source` points to the source of your project.
[main] [cabal2json]
name = "main" name = "cabal2json"
relPath = "" relPath = ""
subsystem = "haskell" subsystem = "haskell"
translator = "cabal" translator = "cabal"