Import module for word wrapping; add package to cabal file

This commit is contained in:
2025-06-10 14:02:20 -04:00
parent 4e9f84c2bb
commit 57cb3e68fa
2 changed files with 3 additions and 1 deletions

View File

@@ -62,7 +62,8 @@ library
megaparsec,
parser-combinators,
text,
MissingH
MissingH,
word-wrap
executable md-to-html-runner
-- Import common warning flags.

View File

@@ -17,6 +17,7 @@ import Debug.Trace
import Text.Megaparsec
import Text.Megaparsec.Char
import Text.Printf
import Text.Wrap
type Parser = Parsec Void T.Text