Skip to content

Commit

Permalink
Fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeJustJames committed Mar 3, 2022
1 parent 2530452 commit dac6d34
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/lib-tests/spago.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ When creating a new Spago project, you can use
to generate this file without the comments in this block.
-}
{ name = "tests"
, dependencies =
[ "arrays"
, "maybe"
, "prelude"
, "unsafe-coerce"
]
, dependencies = [ "arrays", "maybe", "partial", "prelude", "unsafe-coerce" ]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs" ]
}

0 comments on commit dac6d34

Please sign in to comment.