separate executable into its own package
This commit is contained in:
parent
4cbe88496c
commit
f33e96e198
2 changed files with 23 additions and 4 deletions
7
quox-exe.ipkg
Normal file
7
quox-exe.ipkg
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
package quox-exe
|
||||||
|
|
||||||
|
executable = quox
|
||||||
|
main = Quox
|
||||||
|
sourcedir = "src"
|
||||||
|
|
||||||
|
depends = base, contrib, quox
|
20
quox.ipkg
20
quox.ipkg
|
@ -5,8 +5,20 @@ authors = "rhiannon morris"
|
||||||
-- homepage = "..."
|
-- homepage = "..."
|
||||||
sourceloc = "https://git.rhiannon.website/rhi/quox"
|
sourceloc = "https://git.rhiannon.website/rhi/quox"
|
||||||
|
|
||||||
executable = quox
|
|
||||||
main = Quox
|
|
||||||
sourcedir = "src"
|
|
||||||
|
|
||||||
depends = base, contrib
|
depends = base, contrib
|
||||||
|
|
||||||
|
sourcedir = "src"
|
||||||
|
modules =
|
||||||
|
Quox.Error,
|
||||||
|
Quox.NatExtra,
|
||||||
|
Quox.OPE,
|
||||||
|
Quox.Pretty,
|
||||||
|
|
||||||
|
Quox.Syntax,
|
||||||
|
Quox.Context,
|
||||||
|
Quox.Equal,
|
||||||
|
Quox.Name,
|
||||||
|
Quox.Reduce,
|
||||||
|
|
||||||
|
Quox.Typing,
|
||||||
|
Quox.Typechecker
|
||||||
|
|
Loading…
Add table
Reference in a new issue