diff options
author | Daniel Gnoutcheff <gnoutchd@softwarefreedom.org> | 2021-09-13 13:52:44 -0400 |
---|---|---|
committer | Daniel Gnoutcheff <gnoutchd@softwarefreedom.org> | 2021-09-13 13:52:44 -0400 |
commit | 49203ec1cddf607f2f468ff4d1b230f9f236ccb5 (patch) | |
tree | 042495b5ba9f69bdd860d7040edf2c1f49cf1763 /fast-pandoc.cabal | |
parent | a794e6a57630bcf969109f5660dd97db27cceaa4 (diff) |
Rewrite to fix escaping
Diffstat (limited to 'fast-pandoc.cabal')
-rw-r--r-- | fast-pandoc.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fast-pandoc.cabal b/fast-pandoc.cabal index ce5e5b6..8cd253a 100644 --- a/fast-pandoc.cabal +++ b/fast-pandoc.cabal @@ -35,5 +35,6 @@ executable fast-pandoc , mtl , pandoc , polyparse + , split , text default-language: Haskell2010 |