generated from tpl/purs
Use polyform deps that have been updated to v0.14.1 PS
This commit is contained in:
parent
9841e95dd2
commit
15ea34f659
@ -2,27 +2,74 @@ let upstream =
|
||||
https://github.com/purescript/package-sets/releases/download/psc-0.14.1-20210506/packages.dhall sha256:d199e142515f9cc15838d8e6d724a98cd0ca776ceb426b7b36e841311643e3ef
|
||||
|
||||
in upstream
|
||||
with polyform =
|
||||
{ dependencies =
|
||||
[ "debug", "foreign", "foreign-object", "invariant", "newtype"
|
||||
, "ordered-collections", "parsing", "psci-support", "profunctor", "quickcheck-laws"
|
||||
, "run", "test-unit", "transformers", "validation", "variant"
|
||||
]
|
||||
, repo = "https://github.com/purescript-polyform/polyform.git"
|
||||
, version = "master"
|
||||
}
|
||||
with polyform-batteries =
|
||||
{ dependencies =
|
||||
[ "affjax", "argonaut", "debug", "decimals", "filterable"
|
||||
, "numbers", "polyform", "prelude", "record-extra"
|
||||
, "test-unit"
|
||||
]
|
||||
, repo = "https://github.com/purescript-polyform/batteries.git"
|
||||
, version = "master"
|
||||
}
|
||||
with polyform-batteries-env =
|
||||
{ dependencies =
|
||||
[ "polyform-batteries" ]
|
||||
, repo = "https://github.com/purescript-polyform/batteries-env.git"
|
||||
, version = "master"
|
||||
}
|
||||
with polyform =
|
||||
{ dependencies =
|
||||
[ "arrays"
|
||||
, "bifunctors"
|
||||
, "control"
|
||||
, "effect"
|
||||
, "either"
|
||||
, "enums"
|
||||
, "functors"
|
||||
, "identity"
|
||||
, "invariant"
|
||||
, "lists"
|
||||
, "maybe"
|
||||
, "newtype"
|
||||
, "parallel"
|
||||
, "partial"
|
||||
, "prelude"
|
||||
, "profunctor"
|
||||
, "psci-support"
|
||||
, "quickcheck"
|
||||
, "quickcheck-laws"
|
||||
, "record"
|
||||
, "transformers"
|
||||
, "tuples"
|
||||
, "typelevel-prelude"
|
||||
, "unsafe-coerce"
|
||||
, "validation"
|
||||
, "variant"
|
||||
]
|
||||
, repo = "https://github.com/jordanmartinez/purescript-polyform.git"
|
||||
, version = "updateTov0.14.1"
|
||||
}
|
||||
with polyform-batteries-core =
|
||||
{ dependencies =
|
||||
[ "arrays"
|
||||
, "decimals"
|
||||
, "effect"
|
||||
, "enums"
|
||||
, "integers"
|
||||
, "lazy"
|
||||
, "maybe"
|
||||
, "numbers"
|
||||
, "partial"
|
||||
, "polyform"
|
||||
, "prelude"
|
||||
, "psci-support"
|
||||
, "quickcheck"
|
||||
, "strings"
|
||||
, "test-unit"
|
||||
, "typelevel-prelude"
|
||||
, "validation"
|
||||
, "variant"
|
||||
]
|
||||
, repo = "https://github.com/jordanmartinez/purescript-polyform-validators.git"
|
||||
, version = "updateTov0.14.1"
|
||||
}
|
||||
with polyform-batteries-env =
|
||||
{ dependencies =
|
||||
[ "arrays"
|
||||
, "identity"
|
||||
, "maybe"
|
||||
, "ordered-collections"
|
||||
, "polyform"
|
||||
, "polyform-batteries-core"
|
||||
, "prelude"
|
||||
, "psci-support"
|
||||
, "typelevel-prelude"
|
||||
]
|
||||
, repo = "https://github.com/jordanmartinez/batteries-env.git"
|
||||
, version = "updateTov0.14.1"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user