purescript-docs-search/spago.dhall

56 lines
958 B
Plaintext
Raw Permalink Normal View History

{ sources = [ "src/**/*.purs", "test/**/*.purs" ]
, name = "docs-search"
2019-06-23 02:31:47 +03:00
, 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"
2022-08-31 20:41:09 +03:00
, "parallel"
, "partial"
, "prelude"
, "profunctor"
, "profunctor-lenses"
, "search-trie"
2022-05-08 20:06:38 +03:00
, "spec"
, "string-parsers"
, "strings"
, "transformers"
, "tuples"
, "unfoldable"
, "web-dom"
, "web-events"
, "web-html"
, "web-storage"
, "web-uievents"
]
, packages = ./packages.dhall
2019-06-23 02:31:47 +03:00
}