From b3d9b10eb62ff9d43634596976525c65a4a86caf Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 28 Feb 2023 19:03:17 -0800 Subject: [PATCH] Update package specification --- spago.dhall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spago.dhall b/spago.dhall index 8a53de6..5001c67 100644 --- a/spago.dhall +++ b/spago.dhall @@ -10,7 +10,7 @@ When creating a new Spago project, you can use `spago init --no-comments` or `spago init -C` to generate this file without the comments in this block. -} -{ name = "logic" +{ name = "logict" , dependencies = [ "control", "lists", "maybe", "prelude", "transformers", "tuples" ] , packages = ./packages.dhall