Skip to content

Commit 2e9176c

Browse files
authored
Swap chapters 4 and 5 (#459)
1 parent 427f698 commit 2e9176c

File tree

17 files changed

+1306
-1302
lines changed

17 files changed

+1306
-1302
lines changed

exercises/chapter4/spago.dhall

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ You can edit this file as you like.
66
, dependencies =
77
[ "arrays"
88
, "console"
9-
, "control"
109
, "effect"
1110
, "foldable-traversable"
1211
, "integers"
1312
, "maybe"
13+
, "numbers"
14+
, "partial"
1415
, "prelude"
15-
, "strings"
1616
, "test-unit"
17-
, "tuples"
1817
]
1918
, packages = ./packages.dhall
2019
, sources = [ "src/**/*.purs", "test/**/*.purs" ]

0 commit comments

Comments
 (0)