Skip to content

Commit 135ff55

Browse files
committed
refer to master payload fork
1 parent da61240 commit 135ff55

2 files changed

Lines changed: 26 additions & 4 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

packages.dhall

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,29 @@ in upstream
108108
let 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

0 commit comments

Comments
 (0)