purescript-docs-search/spago.dhall
2022-08-31 23:32:32 +04:00

56 lines
958 B
Plaintext

{ sources = [ "src/**/*.purs", "test/**/*.purs" ]
, name = "docs-search"
, dependencies =
[ "aff"
, "aff-promise"
, "argonaut-codecs"
, "argonaut-core"
, "argonaut-generic"
, "arrays"
, "bower-json"
, "console"
, "control"
, "css"
, "effect"
, "either"
, "exceptions"
, "foldable-traversable"
, "foreign-object"
, "halogen"
, "halogen-css"
, "halogen-subscriptions"
, "identity"
, "js-uri"
, "lists"
, "markdown-it"
, "markdown-it-halogen"
, "maybe"
, "newtype"
, "node-buffer"
, "node-fs"
, "node-fs-aff"
, "node-process"
, "node-readline"
, "optparse"
, "ordered-collections"
, "parallel"
, "partial"
, "prelude"
, "profunctor"
, "profunctor-lenses"
, "search-trie"
, "spec"
, "string-parsers"
, "strings"
, "transformers"
, "tuples"
, "unfoldable"
, "web-dom"
, "web-events"
, "web-html"
, "web-storage"
, "web-uievents"
]
, packages = ./packages.dhall
}