-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackages.dhall
24 lines (23 loc) · 1010 Bytes
/
packages.dhall
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
let mkPackage =
https://raw.githubusercontent.com/purescript/package-sets/psc-0.13.0-20190626/src/mkPackage.dhall
sha256:0b197efa1d397ace6eb46b243ff2d73a3da5638d8d0ac8473e8e4a8fc528cf57
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20221201/packages.dhall
sha256:d1a68fa15709eaa686515eb5b9950d82c743f7bf73e3d87a4abe9e1be6fda571
in upstream
with
int-53 = ../purescript-int-53/spago.dhall as Location
with
bytestrings =
mkPackage
[ "arrays", "console", "effect", "exceptions", "foldable-traversable"
, "integers", "leibniz", "maybe", "newtype", "node-buffer", "partial"
, "prelude", "quotient", "quickcheck", "quickcheck-laws", "unsafe-coerce"
]
"https://github.com/rightfold/purescript-bytestrings.git"
"6733a32fca306015b3428e9985ffac65325a9864"
with quotient =
mkPackage
[ "prelude", "quickcheck" ]
"https://github.com/rightfold/purescript-quotient.git"
"v3.0.0"