advent/advent.ipkg

48 lines
825 B
Text
Raw Normal View History

2025-01-03 09:32:58 -05:00
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
2025-01-03 09:32:58 -05:00
, eff
, elab-util
2025-01-25 02:27:25 -05:00
, sop
2025-01-03 09:32:58 -05:00
, ansi
, if-unsolved-implicit
2025-01-07 09:26:28 -05:00
, c-ffi
2025-01-22 22:40:32 -05:00
, refined
2025-01-03 09:32:58 -05:00
-- modules to install
modules = Runner
, Util
, Util.Eff
, Util.Digits
, Array
2025-01-24 01:45:02 -05:00
, Parser
, Parser.Interface
2025-01-24 16:33:29 -05:00
, Parser.Numbers
2025-01-25 02:27:25 -05:00
, Parser.JSON
2025-01-03 09:32:58 -05:00
-- main file (i.e. file to load at REPL)
main = Main
-- name of executable
executable = "advent"
-- opts =
sourcedir = "src"
-- builddir =
-- outputdir =