From c091beac4efcedf36e98865f17221d257059670d Mon Sep 17 00:00:00 2001 From: Nathan McRae Date: Sun, 20 Jul 2025 16:48:48 -0700 Subject: [PATCH] Add maybe lib --- spago.dhall | 1 + 1 file changed, 1 insertion(+) diff --git a/spago.dhall b/spago.dhall index 87c8b13..6cfcf9b 100644 --- a/spago.dhall +++ b/spago.dhall @@ -17,6 +17,7 @@ to generate this file without the comments in this block. , "effect" , "integers" , "lists" + , "maybe" , "numbers" , "prelude" , "tuples"