From bfec95a992f26b9845806a8ec478986d7708e28f Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Fri, 20 Dec 2019 11:25:32 -0500 Subject: [PATCH] Correct the package id for the sample .ghci. --- .ghci.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ghci.sample b/.ghci.sample index acf3ad9e9..8a1e7f506 100644 --- a/.ghci.sample +++ b/.ghci.sample @@ -1,7 +1,7 @@ -- Consider copying this to your ~/.ghc/ghci.conf file: -- Pretty-printing -:set -package-id prtty-smpl-3.1.0.0-b6696d88 +:set -package-id prtty-smpl-3.1.1.0-c89f0500 :set -interactive-print Text.Pretty.Simple.pPrint -- Turn on some language extensions you use a lot