File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 15880
1+ 15863
Original file line number Diff line number Diff line change @@ -107,33 +107,6 @@ in upstream
107107
108108let upstream =
109109 https:// github. com/ purescript/ package- sets/ releases/ download/ psc- 0.13 . 8 - 20210118 / packages. dhall sha256: a59c5c93a68d5d066f3815a89f398bcf00e130a51cb185b2da29b20e2d8ae115
110- let overrides = {= }
111-
112- let additions =
113- { payload =
114- { dependencies =
115- [ " aff"
116- , " affjax"
117- , " console"
118- , " debug"
119- , " effect"
120- , " foreign-generic"
121- , " node-fs"
122- , " node-fs-aff"
123- , " node-http"
124- , " prelude"
125- , " psci-support"
126- , " record"
127- , " simple-json"
128- , " stringutils"
129- , " test-unit"
130- , " typelevel-prelude"
131- ]
132- , repo = " https://github.com/jim108dev/purescript-payload.git"
133- , version = " v0.3.1"
134- }
135- }
136- in upstream
137- // overrides
138- // additions
110+
111+ in upstream
139112 with payload = ../ purescript- payload/ spago. dhall as Location
Original file line number Diff line number Diff line change 1- module Server.Comment.Persistence.Postgres where
1+ module Server.Comment.Persistence.Postgres ( mkHandle ) where
22
33import Prelude
44
Original file line number Diff line number Diff line change 11-- | Reminder: All functions are supposed to do what they say otherwise it is an input error or an
2- -- | other kind of error. Input errors are returned others are thrown.
3- module Server.Profile.Persistence.Postgres where
2+ -- | other kind of error. Input errors are returned, others are thrown.
3+ module Server.Profile.Persistence.Postgres ( mkHandle ) where
44
55import Prelude
66
Original file line number Diff line number Diff line change 11-- | All functions are supposed to do what they say otherwise it is an input error or an
22-- | other kind of error. Input errors are returned others are thrown.
3- module Server.User.Persistence.Postgres where
3+ module Server.User.Persistence.Postgres ( mkHandle ) where
44
55import Prelude
66
You can’t perform that action at this time.
0 commit comments