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
|
https://github.com/purescript/package-sets/releases/download/psc-0.14.1-20210506/packages.dhall sha256:d199e142515f9cc15838d8e6d724a98cd0ca776ceb426b7b36e841311643e3ef
|
||||||
|
|
||||||
in upstream
|
in upstream
|
||||||
with polyform =
|
with polyform =
|
||||||
{ dependencies =
|
{ dependencies =
|
||||||
[ "debug", "foreign", "foreign-object", "invariant", "newtype"
|
[ "arrays"
|
||||||
, "ordered-collections", "parsing", "psci-support", "profunctor", "quickcheck-laws"
|
, "bifunctors"
|
||||||
, "run", "test-unit", "transformers", "validation", "variant"
|
, "control"
|
||||||
]
|
, "effect"
|
||||||
, repo = "https://github.com/purescript-polyform/polyform.git"
|
, "either"
|
||||||
, version = "master"
|
, "enums"
|
||||||
}
|
, "functors"
|
||||||
with polyform-batteries =
|
, "identity"
|
||||||
{ dependencies =
|
, "invariant"
|
||||||
[ "affjax", "argonaut", "debug", "decimals", "filterable"
|
, "lists"
|
||||||
, "numbers", "polyform", "prelude", "record-extra"
|
, "maybe"
|
||||||
, "test-unit"
|
, "newtype"
|
||||||
]
|
, "parallel"
|
||||||
, repo = "https://github.com/purescript-polyform/batteries.git"
|
, "partial"
|
||||||
, version = "master"
|
, "prelude"
|
||||||
}
|
, "profunctor"
|
||||||
with polyform-batteries-env =
|
, "psci-support"
|
||||||
{ dependencies =
|
, "quickcheck"
|
||||||
[ "polyform-batteries" ]
|
, "quickcheck-laws"
|
||||||
, repo = "https://github.com/purescript-polyform/batteries-env.git"
|
, "record"
|
||||||
, version = "master"
|
, "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