pandoc/stack.yaml
Albert Krewinkel 53aafd6643 Lua filters: preload text module (#4077)
The `text` module is preloaded in lua. The module contains some UTF-8
aware string functions, implemented in Haskell.  The module is loaded on
request only, e.g.:

    text = require 'text'
    function Str (s)
      s.text = text.upper(s.text)
      return s
    end
2017-11-18 13:24:06 -08:00

20 lines
365 B
YAML

flags:
pandoc:
trypandoc: false
embed_data_files: false
old-locale: false
network-uri: true
packages:
- '.'
extra-deps:
- pandoc-types-1.17.3
- hslua-0.9.2
- hslua-module-text-0.1.2
- skylighting-0.4.3.2
- texmath-0.10
- cmark-gfm-0.1.1
- QuickCheck-2.10.0.1
- tasty-quickcheck-0.9.1
- doctemplates-0.2.1
- haddock-library-1.4.3
resolver: lts-9.9