Skip to content

Commit 76d7c07

Browse files
committed
feat: installation and run scripts
1 parent f114d7f commit 76d7c07

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

dataframe.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
curl --output dataframe.ghci "https://raw.githubusercontent.com/mchav/dataframe/refs/heads/main/dataframe.ghci"
4+
5+
cabal repl -O2 --build-depends dataframe --repl-options="-ghci-script ./dataframe.ghci"

install.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
sudo apt install libsnappy-dev curl
4+
5+
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
6+
7+
cabal update

0 commit comments

Comments
 (0)