Import module for word wrapping; add package to cabal file
This commit is contained in:
@@ -62,7 +62,8 @@ library
|
|||||||
megaparsec,
|
megaparsec,
|
||||||
parser-combinators,
|
parser-combinators,
|
||||||
text,
|
text,
|
||||||
MissingH
|
MissingH,
|
||||||
|
word-wrap
|
||||||
|
|
||||||
executable md-to-html-runner
|
executable md-to-html-runner
|
||||||
-- Import common warning flags.
|
-- Import common warning flags.
|
||||||
|
@@ -17,6 +17,7 @@ import Debug.Trace
|
|||||||
import Text.Megaparsec
|
import Text.Megaparsec
|
||||||
import Text.Megaparsec.Char
|
import Text.Megaparsec.Char
|
||||||
import Text.Printf
|
import Text.Printf
|
||||||
|
import Text.Wrap
|
||||||
|
|
||||||
type Parser = Parsec Void T.Text
|
type Parser = Parsec Void T.Text
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user