Idris2/nix/templates/pkgWithDeps/pkgWithDeps.ipkg

8 lines
81 B
Plaintext
Raw Normal View History

2021-03-15 17:21:50 +03:00
package mypkg2
depends = mypkg
modules = Bar
main = Bar
executable = runMyPkg2