Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ New features:

Bugfixes:
- Fixed typo in `forkAff` documentation (#184)
- Updated missing dependencies in `spago.dhall` (@ptrfrncsmrph) (#205)
Comment thread
thomashoneyman marked this conversation as resolved.
Outdated

Other improvements:
- Added disclaimer about non-working examples in README (#188)
Expand Down
13 changes: 11 additions & 2 deletions spago.dhall
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
{ name = "aff"
, dependencies =
[ "assert"
[ "arrays"
, "assert"
, "bifunctors"
, "console"
, "control"
, "datetime"
, "effect"
, "either"
, "exceptions"
, "free"
, "foldable-traversable"
, "functions"
, "maybe"
, "minibench"
, "newtype"
, "parallel"
, "partial"
, "prelude"
, "psci-support"
, "refs"
, "tailrec"
, "transformers"
, "unsafe-coerce"
]
Expand Down