-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 60fbf730fe6b6104c22ec488a4b8661c1d6373286857cbbb1abd2c8b8209e9d3 name: load-font version: 0.1.0.2 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: Custom cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.org src/cbits/font_load.c src/cbits/font_load.h data-files: test-fonts/moon_phases.ttf source-repository head type: git location: https://github.com/deech/load-font custom-setup setup-depends: Cabal >=1.24.1 && <3 , base >=4.4 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