We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f114d7f commit 76d7c07Copy full SHA for 76d7c07
2 files changed
dataframe.sh
@@ -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
@@ -0,0 +1,7 @@
+sudo apt install libsnappy-dev curl
+curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
6
7
+cabal update
0 commit comments