Skip to content

Commit c7ccc4d

Browse files
update version and readme
1 parent c8e474d commit c7ccc4d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- name: Set up Haskell (GHC & Cabal)
4343
uses: haskell-actions/setup@v2
4444
with:
45-
ghc-version: "8.10.7"
46-
cabal-version: "3.4.0.0"
45+
ghc-version: "9.4.8"
46+
cabal-version: "3.12.1.0"
4747

4848
- name: Install dependencies
4949
run: cabal update

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ A simple json parser that converts json to sql queries. All the parsed queries a
1414

1515
## Installing
1616

17-
> WIP
17+
Open terminal and run the following commands:
18+
19+
```bash
20+
curl -fsSL https://raw.githubusercontent.com/2002Bishwajeet/json-to-sql/main/setup.sh | bash
21+
```
1822

1923
## Motivation
2024

0 commit comments

Comments
 (0)