Skip to content

Commit

Permalink
purescript 0.15.15
Browse files Browse the repository at this point in the history
  • Loading branch information
minoki committed Feb 12, 2024
1 parent 4e7080f commit 4e07a74
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- purs: '0.15.13'
registry: '47.10.0'
- purs: '0.15.14'
registry: '48.4.0'
registry: '50.0.0'
- purs: '0.15.15'
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This tool helps you use PureScript modules from TypeScript.
```sh
$ git clone https://github.com/minoki/purescript-tsd-gen.git
$ cd purescript-tsd-gen
$ stack install --stack-yaml=stack-purs0.15.14.yaml
$ stack install --stack-yaml=stack-purs0.15.15.yaml
```

If you are using PureScript 0.14.x or older, try following:
Expand Down
21 changes: 21 additions & 0 deletions stack-purs0.15.15.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
resolver: lts-20.9

packages:
- .

extra-deps:
- purescript-0.15.15
- language-javascript-0.7.0.0
- hspec-2.10.9
- hspec-core-2.10.9
- hspec-discover-2.10.9
- process-1.6.13.1
- Cabal-3.6.3.0

flags:
aeson-pretty:
lib-only: true
these:
assoc: false
haskeline:
terminfo: false

0 comments on commit 4e07a74

Please sign in to comment.