We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e474d commit c7ccc4dCopy full SHA for c7ccc4d
.github/workflows/build.yml
@@ -42,8 +42,8 @@ jobs:
42
- name: Set up Haskell (GHC & Cabal)
43
uses: haskell-actions/setup@v2
44
with:
45
- ghc-version: "8.10.7"
46
- cabal-version: "3.4.0.0"
+ ghc-version: "9.4.8"
+ cabal-version: "3.12.1.0"
47
48
- name: Install dependencies
49
run: cabal update
README.md
@@ -14,7 +14,11 @@ A simple json parser that converts json to sql queries. All the parsed queries a
14
15
## Installing
16
17
-> WIP
+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
+```
22
23
## Motivation
24
0 commit comments