Skip to content

Commit

Permalink
> spago.dhall
Browse files Browse the repository at this point in the history
  • Loading branch information
markfarrell committed Dec 14, 2021
1 parent a971e63 commit b9f1b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spago.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Welcome to a Spago project!
You can edit this file as you like.
-}
{ name = "parsing-validation"
, dependencies = [ "console", "effect", "parsing", "prelude", "psci-support" ]
, dependencies = [ "either", "foldable-traversable", "maybe", "parsing", "prelude", "psci-support", "transformers", "tuples" ]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
, license = "MIT"
Expand Down

0 comments on commit b9f1b5b

Please sign in to comment.