halogen-websocket-ipc-playzone/spago.dhall

39 lines
663 B
Plaintext
Raw Permalink Normal View History

{ name = "halogen-project"
2023-05-19 01:06:39 +02:00
, dependencies =
[ "aff"
, "argonaut-codecs"
2023-05-19 01:06:39 +02:00
, "argonaut-core"
, "arraybuffer"
, "arraybuffer-builder"
, "arraybuffer-types"
, "arrays"
2023-05-19 23:50:24 +02:00
, "bifunctors"
2023-05-19 01:06:39 +02:00
, "codec-argonaut"
, "console"
, "const"
, "effect"
, "either"
2023-05-19 23:50:24 +02:00
, "exceptions"
2023-05-19 01:06:39 +02:00
, "foreign"
, "halogen"
, "halogen-subscriptions"
, "maybe"
2023-05-26 01:39:50 +02:00
, "newtype"
2023-05-19 23:50:24 +02:00
, "parsing"
, "parsing-dataview"
2023-05-19 01:06:39 +02:00
, "prelude"
2023-05-26 01:39:50 +02:00
, "profunctor"
2023-05-19 01:06:39 +02:00
, "strings"
, "transformers"
2023-05-21 18:08:41 +02:00
, "tuples"
2023-05-19 01:06:39 +02:00
, "uint"
, "variant"
2023-05-19 01:06:39 +02:00
, "web-encoding"
, "web-events"
, "web-socket"
2023-06-08 21:51:12 +02:00
, "web-uievents"
2023-05-19 01:06:39 +02:00
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
}