Skip to content

Update to v0.13.8 #175

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ server externs initNamesEnv initEnv port = do
case CST.parseModuleFromFile "<file>" input >>= CST.resFull of
Left parseError ->
return . Left . CompilerErrors . P.toJSONErrors False P.Error $ CST.toMultipleErrors "<file>" parseError
Right m | P.getModuleName m == P.ModuleName [P.ProperName "Main"] -> do
Right m | P.getModuleName m == P.ModuleName "Main" -> do
(resultMay, ws) <- runLogger' . runExceptT . flip runReaderT P.defaultOptions $ do
((P.Module ss coms moduleName elaborated exps, env), nextVar) <- P.runSupplyT 0 $ do
desugared <- P.desugar initNamesEnv externs [P.importPrim m] >>= \case
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ flags:
packages:
- '.'
extra-deps:
- purescript-0.13.6
- purescript-0.13.8
- happy-1.19.9
- language-javascript-0.7.0.0
- network-3.0.1.1
Expand Down
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

packages:
- completed:
hackage: purescript-0.13.6@sha256:4c17cdc0e8d51bb79f6fd3dd2beeda30dcf7297a76bbe3a37a49924e95d2b4fc,62060
hackage: purescript-0.13.8@sha256:c2855514c6f7da4b5f5e3b1020597111d2982b69f460d1c33b7e9f6c9ea8159c,57030
pantry-tree:
size: 95494
sha256: afbab4292ca1243d0d52fd32ec48f8261ffb7f91c40922dd637688a700df88e9
size: 87513
sha256: cea6e1c20819da05656655fa905cc7c96c9f95bede437db06d237550384655c4
original:
hackage: purescript-0.13.6
hackage: purescript-0.13.8
- completed:
hackage: happy-1.19.9@sha256:f8c774230735a390c287b2980cfcd2703d24d8dde85a01ea721b7b4b4c82944f,4667
pantry-tree:
Expand Down
2 changes: 1 addition & 1 deletion trypurescript.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ executable trypurescript
filepath -any,
Glob -any,
scotty -any,
purescript ==0.13.6,
purescript ==0.13.8,
containers -any,
http-types >= 0.8.5,
transformers ==0.5.*,
Expand Down