Import module for word wrapping; add package to cabal file

usingMegaparsec
Aadhavan Srinivasan 3 weeks ago
parent 4e9f84c2bb
commit 57cb3e68fa

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

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

Loading…
Cancel
Save