We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cbd5fd + 5074b5c commit 1312628Copy full SHA for 1312628
workspace/spago.dhall
@@ -1,15 +1,22 @@
1
{ name = "cw-purescript"
2
, dependencies =
3
[ "aff"
4
+ , "arrays"
5
, "bigints"
6
, "console"
7
, "datetime"
8
, "debug"
9
, "effect"
10
, "either"
11
, "enums"
12
+ , "foldable-traversable"
13
+ , "gen"
14
+ , "integers"
15
+ , "lists"
16
, "maybe"
17
+ , "nonempty"
18
, "ordered-collections"
19
+ , "partial"
20
, "prelude"
21
, "profunctor-lenses"
22
, "quickcheck"
@@ -19,7 +26,9 @@
26
, "spec-discovery"
27
, "spec-quickcheck"
28
, "spec-reporter-codewars"
29
+ , "strings"
30
, "tuples"
31
+ , "unsafe-coerce"
23
32
]
24
33
, packages = ./packages.dhall
25
34
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
0 commit comments