{-# 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!