-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: a35a0008f735ae0a69c126ac9ea249d60a22cd0d34dc3c8c91374c6f09aea5f1 name: load-font version: 0.1.0.1 x-revision: 1 synopsis: A cross platform library for loading bundled fonts into your application description: Please see the README on Github at category: UI,Graphics,GUI,User Interfaces, Font homepage: https://github.com/deech/load-font#readme bug-reports: https://github.com/deech/load-font/issues author: Aditya Siram maintainer: aditya.siram@gmail.com copyright: 2018 Aditya Siram license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.org src/cbits/font_load.c data-files: test-fonts/moon_phases.ttf source-repository head type: git location: https://github.com/deech/load-font flag demo description: Build the demo manual: True default: False library hs-source-dirs: src include-dirs: src/cbits c-sources: src/cbits/font_load.c build-depends: base >=4.7 && <5 build-tools: c2hs exposed-modules: Graphics.UI.Font.Load other-modules: Graphics.UI.Font.LoadCWrapper Paths_load_font default-language: Haskell2010 executable load-font-exe main-is: Main.hs hs-source-dirs: app ghc-options: -O2 build-depends: base >=4.7 && <5 , fltkhs >=0.5.4.5 , load-font , text >=1.2.2.0 if flag(demo) buildable: True else buildable: False if (os(linux) || os(windows)) ghc-options: -pgml g++ "-optl-Wl,--allow-multiple-definition" "-optl-Wl,--whole-archive" "-optl-Wl,-Bstatic" "-optl-Wl,-lfltkc" "-optl-Wl,-Bdynamic" "-optl-Wl,--no-whole-archive" else ghc-options: -optl-Wl,-lfltkc other-modules: Paths_load_font default-language: Haskell2010