fltkhs-themes-0.1.0.5: fltkhs-themes.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 4949489eafd4a34f3497810c7c3cb766b96fe45f66e8256f09a520e03624f65f
name: fltkhs-themes
version: 0.1.0.5
synopsis: A set of themed widgets that provides drop in replacements to the ones in FLTKHS.
description: Please see the README on Github at <https://github.com/deech/fltkhs-themes#readme>
category: UI,Graphics,GUI,User Interfaces
homepage: https://github.com/deech/fltkhs-themes#readme
bug-reports: https://github.com/deech/fltkhs-themes/issues
author: Aditya Siram
maintainer: aditya.siram@gmail.com
copyright: 2018 Aditya Siram
license: BSD3
license-file: LICENSE
build-type: Custom
cabal-version: >= 1.24
extra-source-files:
README.org
extra-doc-files:
doc/images/cancel-button-example.png
doc/images/forward-image-example.png
doc/images/left-image-example.png
doc/images/ok-button-example.png
doc/images/return-image-example.png
doc/images/rewind-image-example.png
doc/images/right-image-example.png
doc/images/small-up-down-arrow-example.png
data-files:
fonts/DejaVuSans.ttf
fonts/fineliner_script-webfont.ttf
fonts/Fineliner_Script.ttf
fonts/fontawesome-webfont.ttf
fonts/iosevka-ss08-regular.ttf
fonts/JosefinSlab-SemiBold.ttf
fonts/tobec___-webfont.ttf
fonts/YanoneKaffeesatz-Regular.ttf
images/brightness-field.png
images/dialog-apply.png
images/dialog-cancel.png
images/dialog-ok.png
images/down-small.png
images/forward.png
images/left.png
images/rewind.png
images/right.png
images/up-small.png
source-repository head
type: git
location: https://github.com/deech/fltkhs-themes
custom-setup
setup-depends:
Cabal >=2.2.0.0 && <3
, base >=4.4
library
exposed-modules:
Graphics.UI.FLTK.Theme.Light
Graphics.UI.FLTK.Theme.Light.Assets
Graphics.UI.FLTK.Theme.Light.Browser
Graphics.UI.FLTK.Theme.Light.Button
Graphics.UI.FLTK.Theme.Light.Clock
Graphics.UI.FLTK.Theme.Light.ColorChooser
Graphics.UI.FLTK.Theme.Light.Common
Graphics.UI.FLTK.Theme.Light.Counter
Graphics.UI.FLTK.Theme.Light.Dial
Graphics.UI.FLTK.Theme.Light.Group
Graphics.UI.FLTK.Theme.Light.Input
Graphics.UI.FLTK.Theme.Light.Menu
Graphics.UI.FLTK.Theme.Light.Misc
Graphics.UI.FLTK.Theme.Light.Positioner
Graphics.UI.FLTK.Theme.Light.Progress
Graphics.UI.FLTK.Theme.Light.SimpleTerminal
Graphics.UI.FLTK.Theme.Light.Slider
Graphics.UI.FLTK.Theme.Light.Spinner
Graphics.UI.FLTK.Theme.Light.Table
Graphics.UI.FLTK.Theme.Light.Tabs
Graphics.UI.FLTK.Theme.Light.TextDisplay
Graphics.UI.FLTK.Theme.Light.TextEditor
Graphics.UI.FLTK.Theme.Light.Tree
Graphics.UI.FLTK.Theme.Light.Valuator
Graphics.UI.FLTK.Theme.Light.Window
Graphics.UI.FLTK.Theme.Light.Wizard
other-modules:
Paths_fltkhs_themes
hs-source-dirs:
src
ghc-options: -Wall -fno-warn-name-shadowing
build-depends:
base >=4.7 && <5
, bytestring
, fltkhs >=0.7.0.3
, load-font >=0.1.0.2
, text >=1.2.2.0
, vector >=0.12.0.1
if os(linux)
extra-libraries:
fontconfig
default-language: Haskell2010