Skip to content

Commit

Permalink
Update spago.dhall and bower.json for missing direct dependencies (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwilson authored Jul 28, 2021
1 parent d167bb7 commit 33f28a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
"devDependencies": {
"purescript-console": "^5.0.0",
"purescript-effect": "^3.0.0",
"purescript-quickcheck": "^7.0.0"
"purescript-partial": "^3.0.0",
"purescript-quickcheck": "^7.0.0",
"purescript-tuples": "^6.0.0"
}
}
2 changes: 2 additions & 0 deletions spago.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@
, "gen"
, "maybe"
, "nonempty"
, "partial"
, "prelude"
, "psci-support"
, "quickcheck"
, "strings"
, "tailrec"
, "tuples"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
Expand Down

0 comments on commit 33f28a0

Please sign in to comment.