Skip to content

Commit

Permalink
add exceptions dependency to PlantFarm example
Browse files Browse the repository at this point in the history
  • Loading branch information
agentm committed Aug 21, 2024
1 parent c3fc5c7 commit 861ab52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project-m36.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 861ab52

Please sign in to comment.