From 861ab524038dfc59cff1de6a318459032bcfbb39 Mon Sep 17 00:00:00 2001 From: AgentM Date: Wed, 21 Aug 2024 14:07:25 -0400 Subject: [PATCH] add exceptions dependency to PlantFarm example --- project-m36.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project-m36.cabal b/project-m36.cabal index 993bb1e0..2b98abc0 100644 --- a/project-m36.cabal +++ b/project-m36.cabal @@ -586,7 +586,7 @@ Executable Example-Hair Executable Example-Plantfarm Default-Language: Haskell2010 Default-Extensions: OverloadedStrings - Build-Depends: aeson, barbies, base, containers, deepseq, hashable, project-m36, random, scotty >= 0.22, text, winery + Build-Depends: aeson, barbies, base, containers, deepseq, hashable, project-m36, random, scotty >= 0.22, text, winery, exceptions Main-Is: examples/Plantfarm.hs GHC-Options: -Wall -threaded