advent/advent.ipkg

47 lines
850 B
Text

package advent
version = 0.1.0
authors = "Nathan McCarty"
-- maintainers =
-- license =
-- brief =
-- readme =
-- homepage =
-- sourceloc =
-- bugtracker =
-- the Idris2 version required (e.g. langversion >= 0.5.1)
-- langversion
-- packages to add to search path
depends = base
, contrib
, structures
, tailrec
, eff
, elab-util
, sop
, ansi
, if-unsolved-implicit
, c-ffi
, refined
-- modules to install
modules = Runner
, Util
, Util.Eff
, Util.Digits
, Array
, Parser
, Parser.Interface
, Parser.Numbers
, Parser.JSON
-- main file (i.e. file to load at REPL)
main = Main
-- name of executable
executable = "advent"
opts = "--directive lazy=weakMemo"
sourcedir = "src"
-- builddir =
-- outputdir =