Haddock formatting fix

This commit is contained in:
Jonathan Daugherty 2020-03-03 09:34:57 -08:00
parent 00c42b6f34
commit a3c009b69a

View File

@ -13,7 +13,7 @@
-- values in the "Graphics.Vty.Attributes" module.
--
-- Vty uses threads internally, so programs made with Vty need to be
-- compiled with the threaded runtime using the GHC `-threaded` option.
-- compiled with the threaded runtime using the GHC @-threaded@ option.
--
-- @
-- import "Graphics.Vty"