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