Update playground to 0.15

This commit is contained in:
Mark Eibes 2022-09-04 10:00:24 +02:00
parent da9406d4e7
commit 39a8a5da9d
4 changed files with 22 additions and 4 deletions

View File

@ -117,6 +117,7 @@ let additions =
-------------------------------
-}
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.14.0-20210317/packages.dhall sha256:e2e744972f9b60188dcf07f41418661b505c9ee2e9f91e57e67daefad3a5ae09
https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20220901/packages.dhall
sha256:f1531b29c21ac437ffe5666c1b6cc76f0a9c29d3c9d107ff047aa2567744994f
in upstream

View File

@ -7,18 +7,36 @@ You can edit this file as you like.
[ "aff"
, "argonaut"
, "argonaut-codecs"
, "arrays"
, "avar"
, "bifunctors"
, "console"
, "control"
, "debug"
, "distributive"
, "effect"
, "either"
, "enums"
, "foldable-traversable"
, "functions"
, "identity"
, "integers"
, "invariant"
, "lists"
, "maybe"
, "newtype"
, "nonempty"
, "nullable"
, "ordered-collections"
, "orders"
, "prelude"
, "psci-support"
, "strings"
, "stringutils"
, "tailrec"
, "transformers"
, "tuples"
, "unsafe-coerce"
, "validation"
]
, packages = ./packages.dhall

View File

@ -78,7 +78,6 @@ module Basics
, module Data.Tuple.Nested
, module Data.Traversable
, module Debug
, module Math
, module Prelude
, module Type.Proxy
, module Unsafe.Coerce
@ -165,7 +164,6 @@ import Debug (spy, spyWith, trace, traceM)
import Effect (Effect, untilE, whileE, forE, foreachE)
import Effect.Aff (Aff, Canceler(Canceler), apathize, attempt, cancelWith, finally, forkAff, delay, launchAff, makeAff, nonCanceler, runAff)
import Effect.Class (liftEffect)
import Math (Radians, acos, asin, atan, atan2, cos, e, exp, ln10, ln2, log10e, log2e, pi, pow, sin, sqrt, sqrt1_2, sqrt2, tan, (%))
import Prelude (class Applicative, class Apply, class Bind, class BooleanAlgebra, class Bounded, class Category, class CommutativeRing, class Eq, class EuclideanRing, class Field, class Functor, class HeytingAlgebra, class Monad, class Ord, class Ring, class Semigroup, class Semigroupoid, class Semiring, class Show, Ordering(LT, EQ, GT), Unit, Void, absurd, add, ap, append, apply, between, bind, bottom, clamp, compare, comparing, compose, conj, const, degree, disj, div, eq, flip, liftA1, liftM1, map, max, min, mod, mul, negate, not, notEq, one, otherwise, pure, show, sub, top, unit, unless, void, zero, type (~>), (-), (*), (*>), (/), (/=), (&&), (#), (+), (<), (<*), (<*>), (<#>), (<<<), (<=), (<=<), (<>), (<$), (<$>), (=<<), (==), (>), (>=), (>=>), (>>=), (>>>), (||), ($), ($>))
import Type.Proxy (Proxy(Proxy), Proxy2(Proxy2), Proxy3(Proxy3))
import Type.Proxy (Proxy(Proxy))
import Unsafe.Coerce (unsafeCoerce)

View File

@ -5,6 +5,7 @@
"requires": true,
"packages": {
"": {
"name": "server",
"version": "1.0.0",
"license": "ISC",
"dependencies": {