From c4fe3c92c7e18a58630edc2a5d9a334075af985f Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 1 Jul 2020 10:38:56 +0100 Subject: [PATCH] Create a .ghci for this directory I would've created on at $HOME/.ghci, but I don't need that yet, and I didn't want to bother with home-manager. --- scratch/haskell-programming-from-first-principles/.ghci | 1 + 1 file changed, 1 insertion(+) create mode 100644 scratch/haskell-programming-from-first-principles/.ghci diff --git a/scratch/haskell-programming-from-first-principles/.ghci b/scratch/haskell-programming-from-first-principles/.ghci new file mode 100644 index 000000000..12aab7f08 --- /dev/null +++ b/scratch/haskell-programming-from-first-principles/.ghci @@ -0,0 +1 @@ +:set prompt "> "