Do not use depend-flag

This commit is contained in:
Frederik Hanghøj Iversen 2018-02-16 10:25:33 +01:00
parent ad84b15da5
commit 8a3a519955

View file

@ -2,11 +2,13 @@ name: cat
-- version: 0.0.1 -- version: 0.0.1
-- description: -- description:
-- A formalization of category theory in Agda using cubical type theory. -- A formalization of category theory in Agda using cubical type theory.
depend: -- depend:
standard-library -- standard-library
cubical -- cubical
include: include:
src src
libs/agda-stdlib/src
libs/cubical/src
-- libraries: -- libraries:
-- libs/agda-stdlib -- libs/agda-stdlib
-- libs/cubical -- libs/cubical