1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 06:41:45 +03:00

Correct the package id for the sample .ghci.

This commit is contained in:
Rob Rix 2019-12-20 11:25:32 -05:00
parent 540b88c5a0
commit bfec95a992
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -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