From 500c78f92d016dfb3d778784130aae9763a938af Mon Sep 17 00:00:00 2001 From: "Thomas M. DuBuisson" Date: Tue, 28 Jan 2020 22:03:21 -0800 Subject: [PATCH] The target is 'haskell-ide' not 'ide' N.B. this might need a matching change to the stack hie.yml. --- hie.yaml.cbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hie.yaml.cbl b/hie.yaml.cbl index 145110da14..85eb60213d 100644 --- a/hie.yaml.cbl +++ b/hie.yaml.cbl @@ -9,7 +9,7 @@ cradle: component: "ide:test" - path: "./exe" - component: "ide:exe:ide" + component: "ide:exe:haskell-ide" - path: "./src" component: "lib:ide"