diff options
author | Adrian Cochrane <adrian@openwork.nz> | 2022-02-11 15:58:56 +1300 |
---|---|---|
committer | Adrian Cochrane <adrian@openwork.nz> | 2022-02-11 15:58:56 +1300 |
commit | 2e079971838b7c0073bcf38ac0d5df56a5a6dbc5 (patch) | |
tree | 5de123c66ff58aab073b7ac666ffa9b6ebe8c107 /Setup.hs | |
download | harfbuzz-pure-2e079971838b7c0073bcf38ac0d5df56a5a6dbc5.tar.gz harfbuzz-pure-2e079971838b7c0073bcf38ac0d5df56a5a6dbc5.tar.bz2 harfbuzz-pure-2e079971838b7c0073bcf38ac0d5df56a5a6dbc5.zip |
Draft pure-functional Harfbuzz API.
Diffstat (limited to 'Setup.hs')
-rw-r--r-- | Setup.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Setup.hs b/Setup.hs new file mode 100644 index 0000000..9a994af --- /dev/null +++ b/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain |