Skip to content

Commit abc9dc7

Browse files
committed
Update the Core backend gist
Phil's gist was targeted < v0.12.x so I forked it and made the required updates at https://gist.github.com/gabejohnson/e1d317102aad40207309d8873e301273
1 parent 025da46 commit abc9dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/Try/API.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ derive instance ordBackend :: Ord Backend
231231
getBackendConfig :: Backend -> BackendConfig
232232
getBackendConfig Core = BackendConfig
233233
{ backend: "core"
234-
, mainGist: "b57a766d417e109785540d584266fc33"
234+
, mainGist: "e1d317102aad40207309d8873e301273"
235235
, extra_styling: ""
236236
, extra_body: ""
237237
, compile: compile "https://compile.purescript.org/try"

0 commit comments

Comments
 (0)