Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion staging/packages.dhall
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.14.1-20210516/packages.dhall sha256:f5e978371d4cdc4b916add9011021509c8d869f4c3f6d0d2694c0e03a85046c8
https://github.com/purescript/package-sets/releases/download/psc-0.14.3-20210823/packages.dhall sha256:501660806a34bb3b0293648673bba4457628d1cbc250dbdc2fca2a031ded1294

let overrides = {=}

Expand Down
30 changes: 30 additions & 0 deletions staging/spago.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@
, "argonaut-core"
, "argonaut-generic"
, "argonaut-traversals"
, "arraybuffer"
, "arraybuffer-builder"
, "arraybuffer-types"
, "arrays"
, "arrays-zipper"
, "ask"
, "assert"
, "avar"
, "aws-encryption-sdk"
Expand Down Expand Up @@ -53,6 +56,7 @@
, "checked-exceptions"
, "cheerio"
, "cirru-parser"
, "classnames"
, "clipboardy"
, "codec"
, "codec-argonaut"
Expand All @@ -71,6 +75,7 @@
, "datetime"
, "debug"
, "decimals"
, "dexie"
, "distributive"
, "dodo-printer"
, "dom-filereader"
Expand All @@ -82,6 +87,7 @@
, "easy-ffi"
, "effect"
, "either"
, "elasticsearch"
, "elmish"
, "elmish-html"
, "email-validate"
Expand All @@ -93,10 +99,13 @@
, "exitcodes"
, "expect-inferred"
, "express"
, "fast-vect"
, "ffi-foreign"
, "filterable"
, "fixed-points"
, "fixed-precision"
, "flame"
, "float32"
, "foldable-traversable"
, "foreign"
, "foreign-generic"
Expand All @@ -105,6 +114,7 @@
, "form-urlencoded"
, "format"
, "formatters"
, "framer-motion"
, "free"
, "freeap"
, "freet"
Expand All @@ -119,6 +129,7 @@
, "grain"
, "grain-router"
, "grain-virtualized"
, "graphql-client"
, "graphqlclient"
, "graphs"
, "group"
Expand All @@ -134,6 +145,7 @@
, "halogen-subscriptions"
, "halogen-svg-elems"
, "halogen-vdom"
, "heckin"
, "heterogeneous"
, "heterogeneous-extrablatt"
, "homogeneous"
Expand Down Expand Up @@ -202,21 +214,25 @@
, "nodemailer"
, "nonempty"
, "now"
, "npm-package-json"
, "nullable"
, "numbers"
, "open-folds"
, "open-memoize"
, "open-mkdirp-aff"
, "open-pairing"
, "option"
, "options"
, "options-extra"
, "optparse"
, "ordered-collections"
, "ordered-set"
, "orders"
, "owoify"
, "pairs"
, "parallel"
, "parsing"
, "parsing-dataview"
, "parsing-expect"
, "parsing-hexadecimal"
, "parsing-repetition"
Expand All @@ -225,6 +241,7 @@
, "parsing-validation"
, "partial"
, "pathy"
, "payload"
, "phoenix"
, "pipes"
, "point-free"
Expand All @@ -239,10 +256,12 @@
, "profunctor"
, "profunctor-lenses"
, "promises"
, "protobuf"
, "ps-cst"
, "psa-utils"
, "psc-ide"
, "psci-support"
, "quantities"
, "queue"
, "quickcheck"
, "quickcheck-combinators"
Expand Down Expand Up @@ -275,11 +294,13 @@
, "resource"
, "resourcet"
, "result"
, "return"
, "ring-modules"
, "routing"
, "routing-duplex"
, "row-extra"
, "run"
, "run-external-state"
, "safe-coerce"
, "safely"
, "scrypt"
Expand All @@ -304,14 +325,17 @@
, "sparse-polynomials"
, "spec"
, "spec-discovery"
, "spec-mocha"
, "spec-quickcheck"
, "spork"
, "st"
, "strictlypositiveint"
, "string-parsers"
, "strings"
, "strings-extra"
, "stringutils"
, "subcategory"
, "substitute"
, "subtlecrypto"
, "suggest"
, "sunde"
Expand All @@ -328,12 +352,16 @@
, "tree-rose"
, "tuples"
, "turf"
, "two-or-more"
, "type-equality"
, "typedenv"
, "typelevel"
, "typelevel-lists"
, "typelevel-peano"
, "typelevel-prelude"
, "typelevel-rows"
, "uint"
, "ulid"
, "undefinable"
, "undefined"
, "undefined-is-not-a-problem"
Expand Down Expand Up @@ -371,12 +399,14 @@
, "web-streams"
, "web-touchevents"
, "web-uievents"
, "web-url"
, "web-xhr"
, "which"
, "yaml-next"
, "yargs"
, "zeta"
, "zeta-extra"
, "zipperarray"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs" ]
Expand Down