Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions spago-dev.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ conf //
, "node-process"
, "node-fs"
, "console"
, "foldable-traversable"
, "parallel"
, "partial"
, "unsafe-coerce"
, "control"
Expand Down
2 changes: 1 addition & 1 deletion spago.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ to generate this file without the comments in this block.
, "either"
, "maybe"
, "prelude"
, "tuples"
, "tailrec"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs" ]
Expand Down
Loading