From 3ef417a6e42a8f01039cc9c6c7666f83b80193c6 Mon Sep 17 00:00:00 2001 From: Mesabloo <22964017+Mesabloo@users.noreply.github.com> Date: Sun, 2 Jan 2022 17:07:04 +0100 Subject: [PATCH] hie: add additional test component --- hie.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hie.yaml b/hie.yaml index 947ef3a..896de1a 100644 --- a/hie.yaml +++ b/hie.yaml @@ -4,5 +4,7 @@ cradle: component: "diagnose:test:diagnose-rendering-tests" - path: "./test/megaparsec" component: "diagnose:test:diagnose-megaparsec-tests" + - path: "./test/parsec" + component: "diagnose:test:diagnose-parsec-tests" - path: "./src" component: "diagnose:lib"