1
1
let upstream =
2
- https:// github. com/ purescript/ package- sets/ releases/ download/ psc- 0.13 . 8 - 20210118 / packages. dhall sha256: a59c5c93a68d5d066f3815a89f398bcf00e130a51cb185b2da29b20e2d8ae115
2
+ https:// github. com/ purescript/ package- sets/ releases/ download/ psc- 0.14 . 4 - 20211030 / packages. dhall sha256: 5 cd7c5696feea3d3f84505d311348b9e90a76c4ce3684930a0ff29606d2d816c
3
3
4
4
let mkPackage =
5
5
https:// raw. githubusercontent. com/ purescript/ package- sets/ psc- 0.13 . 0 - 20190626 / src/ mkPackage. dhall sha256: 0b1 97 efa1d397ace6eb46b243ff2d73a3da5638d8d0ac8473e8e4a8fc528cf57
6
6
7
- let overrides = {= }
8
-
9
-
10
7
let homogeneous = mkPackage
11
8
[ " assert" , " console" , " effect" , " foreign-object" , " psci-support"
12
9
, " record-extra" , " typelevel-eval" , " variant"
13
10
]
14
11
" https://github.com/paluh/purescript-homogeneous.git"
15
- " master "
12
+ " v0.3.0 "
16
13
17
- let postgresql- client = mkPackage
18
- [ " aff" , " arrays" , " bifunctors" , " bytestrings" , " datetime" , " decimals" , " effect"
19
- , " either" , " exceptions" , " foldable-traversable" , " foreign" , " foreign-generic"
20
- , " foreign-object" , " js-date" , " lists" , " maybe" , " newtype" , " nullable" , " prelude"
21
- , " string-parsers" , " transformers" , " tuples"
22
- ]
23
- " https://github.com/rightfold/purescript-postgresql-client.git"
24
- -- "v3.1.0"
25
- " pool-query"
14
+ let js- uri = mkPackage
15
+ [ " assert" , " effect" , " functions" , " maybe" , " prelude" ]
16
+ " https://github.com/srghma/purescript-js-uri.git"
17
+ " d25d83390ba9cf948f46695b55a5511895b0068c"
26
18
27
19
let polyform = mkPackage
28
20
[ " newtype" , " ordered-collections" , " variant" , " profunctor" , " invariant" , " foreign-object"
@@ -44,34 +36,49 @@ let polyform-batteries-env = mkPackage
44
36
let polyform- batteries- urlencoded = mkPackage
45
37
[ " polyform-batteries-core" , " argonaut" , " prelude" , " affjax" , " numbers" ]
46
38
" https://github.com/purescript-polyform/batteries-urlencoded.git"
47
- " master"
39
+ " v0.1.0"
40
+
41
+ let postgresql- client = mkPackage
42
+ [ " aff" , " arrays" , " bifunctors" , " bytestrings" , " datetime" , " decimals" , " effect"
43
+ , " either" , " exceptions" , " foldable-traversable" , " foreign" , " foreign-generic"
44
+ , " foreign-object" , " js-date" , " lists" , " maybe" , " newtype" , " nullable" , " prelude"
45
+ , " string-parsers" , " transformers" , " tuples"
46
+ ]
47
+ " https://github.com/rightfold/purescript-postgresql-client.git"
48
+ " v4.0.0-pre"
49
+
48
50
49
51
let prettyprinter = mkPackage
50
52
[ " prelude" , " unfoldable" , " random" , " ansi" , " console" ]
51
53
" https://github.com/Kamirus/purescript-prettyprinter.git"
52
54
" master"
53
55
54
- let routing- duplex- variant = mkPackage
55
- [ " routing-duplex" ]
56
- " https://github.com/paluh/purescript-routing-duplex-variant.git"
57
- " master"
58
-
59
56
let resourcet = mkPackage
60
57
[ " aff" , " ordered-collections" , " refs" , " transformers" ]
61
58
" https://github.com/robertdp/purescript-resourcet.git"
62
59
" 2183bac0f1a528a5d6cdddb4fa223c4a8b9bb604"
63
60
61
+ let routing- duplex- variant = mkPackage
62
+ [ " routing-duplex" ]
63
+ " https://github.com/paluh/purescript-routing-duplex-variant.git"
64
+ " v0.1.0"
65
+
66
+ let run- streaming = mkPackage
67
+ [ " prelude" , " run" ]
68
+ " https://github.com/paluh/purescript-run-streaming.git"
69
+ " master"
70
+
64
71
let selda = mkPackage
65
72
[ " console" , " exists" , " heterogeneous" , " lists" , " node-sqlite3" , " postgresql-client"
66
73
, " prelude" , " simple-json" , " strings" , " test-unit" , " transformers" , " variant" , " prettyprinter"
67
74
]
68
- " https://github.com/Kamirus /purescript-selda.git"
69
- " scope-as-backend-with-new-pg- client"
75
+ " https://github.com/paluh /purescript-selda.git"
76
+ " postgresql- client-v4.0.0 "
70
77
71
78
let typelevel- eval = mkPackage
72
79
[ " prelude" , " typelevel-prelude" , " tuples" , " unsafe-coerce" , " leibniz" ]
73
80
" https://github.com/natefaubion/purescript-typelevel-eval.git"
74
- " master "
81
+ " polykinds "
75
82
76
83
-- { dependencies =
77
84
-- [ "effect"
@@ -86,24 +93,55 @@ let typelevel-eval = mkPackage
86
93
-- "master"
87
94
-- }
88
95
89
- let additions =
90
- { homogeneous
91
- , polyform = ../ polyform/ spago. dhall as Location
92
- , polyform- batteries- core = ../ batteries- core/ spago. dhall as Location
93
- , polyform- batteries- env = ../ batteries- env/ spago. dhall as Location
94
- , polyform- batteries- json = ../ batteries- json/ spago. dhall as Location
95
- , polyform- batteries- urlencoded = ../ batteries- urlencoded/ spago. dhall as Location
96
- , postgresql- client = ../ postgresql- client/ spago. dhall as Location
97
- , prettyprinter
98
- , resourcet
99
- , routing- duplex- variant
100
- , typelevel- eval
101
- , selda = ../ selda/ spago. dhall as Location
102
- }
103
-
104
- let overrides =
105
- { httpure = upstream. httpure // { version = " b3eb977096b5ea177fdffd8fc9c61bcbbcfab49d" }
106
- , media- types = upstream. media- types // { version = " 4c685071074065506403197b7a5f22eb661ff17c" }
107
- }
108
-
109
- in upstream // overrides // additions
96
+ in upstream
97
+ with
98
+ httpure = upstream. httpure // { version = " 6ce52417f79c95c9fac413189825f35472c8f937" }
99
+ with
100
+ homogeneous = homogeneous
101
+ with
102
+ js- unsafe- stringify = ../ purescript- js- unsafe- stringify/ spago. dhall as Location
103
+ with
104
+ js- uri = js- uri
105
+ with
106
+ logging- journald = ../ purescript- logging- journald/ spago. dhall as Location
107
+ with
108
+ media- types = upstream. media- types // { version = " 4c685071074065506403197b7a5f22eb661ff17c" }
109
+ with
110
+ polyform = ../ polyform/ spago. dhall as Location
111
+ with
112
+ polyform- batteries- core = ../ batteries- core/ spago. dhall as Location
113
+ with
114
+ polyform- batteries- env = ../ batteries- env/ spago. dhall as Location
115
+ with
116
+ polyform- batteries- json = ../ batteries- json/ spago. dhall as Location
117
+ with
118
+ polyform- batteries- urlencoded = ../ batteries- urlencoded/ spago. dhall as Location
119
+ with
120
+ postgresql- client = ../ postgresql- client/ spago. dhall as Location
121
+ with
122
+ prettyprinter = prettyprinter
123
+ with
124
+ resourcet = resourcet
125
+ with
126
+ routing- duplex- variant = routing- duplex- variant
127
+ with
128
+ run- streaming = run- streaming
129
+ with
130
+ typelevel- eval = typelevel- eval
131
+ with
132
+ selda = ../ selda/ spago. dhall as Location
133
+ with
134
+ smolder = mkPackage
135
+ [ " bifunctors"
136
+ , " catenable-lists"
137
+ , " free"
138
+ , " js-uri"
139
+ , " ordered-collections"
140
+ , " prelude"
141
+ , " strings"
142
+ , " test-unit"
143
+ , " transformers"
144
+ , " tuples"
145
+ ]
146
+ " https://github.com/nsaunders/purescript-smolder.git"
147
+ " ps-0.14"
0 commit comments