~alcinnz/harfbuzz-pure

ref: 90e99e3130bd382b65c26f6f539ba86bbb2836b9 harfbuzz-pure/Main.hs -rw-r--r-- 182 bytes
90e99e31 — Adrian Cochrane Expose util functions on scripts & buffers. 2 years ago
                                                                                
f2772de8 Adrian Cochrane
1
2
3
4
5
6
7
8
9
{-# LANGUAGE PackageImports #-}
module Main where

import "harfbuzz-pure" Data.Text.Glyphize

main :: IO ()
main = do
    putStr "Hello, world!\n"
    -- TODO test I can shape text!