File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ This is a learning project in order to set up a REST API with [PureScript Payloa
1313 1 . Run:
1414
1515 ``` sh
16- # Clone the patched version of payload
17- git clone https://github.com/jim108dev/purescript-payload.git
1816 # This repo
1917 git clone https://github.com/jim108dev/purescript-payload-realworld-example.git
2018 cd purescript-payload-realworld-example
Original file line number Diff line number Diff line change @@ -108,5 +108,29 @@ in upstream
108108let upstream =
109109 https:// github. com/ purescript/ package- sets/ releases/ download/ psc- 0.13 . 8 - 20210118 / packages. dhall sha256: a59c5c93a68d5d066f3815a89f398bcf00e130a51cb185b2da29b20e2d8ae115
110110
111- in upstream
112- with payload = ../ purescript- payload/ spago. dhall as Location
111+ let additions =
112+ { payload =
113+ { dependencies =
114+ [ " aff"
115+ , " affjax"
116+ , " console"
117+ , " debug"
118+ , " effect"
119+ , " foreign-generic"
120+ , " node-fs"
121+ , " node-fs-aff"
122+ , " node-http"
123+ , " prelude"
124+ , " psci-support"
125+ , " record"
126+ , " simple-json"
127+ , " stringutils"
128+ , " test-unit"
129+ , " typelevel-prelude"
130+ ]
131+ , repo = " https://github.com/jim108dev/purescript-payload.git"
132+ , version = " master"
133+ }
134+ }
135+ in upstream
136+ // additions
You can’t perform that action at this time.
0 commit comments