From d53514616eda88cd565be13b0e64e4f3462d904d Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sun, 12 Jan 2020 11:24:37 +0530 Subject: [PATCH] Add README Signed-off-by: Sanchayan Maity --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b435398 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# About + +This is a repository of Haskell Jupyter notebooks which will mostly notes on +Optics and my exploration in Optics through various blog posts and also +primarily driven by Chris Penner's book Optics by example. + +# Installing IHaskell + +Sorry, I assume Nix here as it was just easy. + +``` +git clone https://github.com/gibiansky/IHaskell.git +nix-build release.nix --argstr compiler ghc865 --arg packages "haskellPackages: [ haskellPackages.lens ]" +result/bin/ihaskell-notebook +``` + +One can link the binary in local/bin to the above so that it can be run from +anywhere. +