diff --git a/makefile b/makefile index 9032199..9137ab5 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,9 @@ all: build -build: +clone-generic-parser: + [ -d ../parser ] || cd .. && git clone ssh://_gitea@git.baguette.netlib.re:2299/Baguette/parser.git + +build: clone-generic-parser spago build bundle: install-esbuild diff --git a/packages.dhall b/packages.dhall index c1ea670..9d79efd 100644 --- a/packages.dhall +++ b/packages.dhall @@ -3,3 +3,4 @@ let upstream = sha256:8b94a0cd7f86589a6bd06d48cb9a61d69b66a94b668657b2f10c8b14c16e028c in upstream + with generic-parser = ../parser/spago.dhall as Location diff --git a/spago.dhall b/spago.dhall index e7b2b49..dc05645 100644 --- a/spago.dhall +++ b/spago.dhall @@ -17,6 +17,7 @@ , "exceptions" , "foldable-traversable" , "foreign" + , "generic-parser" , "halogen" , "halogen-subscriptions" , "integers"