Skip to content

Commit

Permalink
Update from Hackage at 2019-02-19T00:40:03Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Feb 19, 2019
1 parent 8ec5c94 commit 8f45c4a
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 0 deletions.
105 changes: 105 additions & 0 deletions fltkhs-themes/0.1.0.3/fltkhs-themes.cabal
@@ -0,0 +1,105 @@
cabal-version: 1.24

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: cf7eaee735408fd7a6267b53c6c7cf7c97930b36147d4936e9abd35b3dce95ec

name: fltkhs-themes
version: 0.1.0.3
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
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.1
, 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
1 change: 1 addition & 0 deletions fltkhs-themes/0.1.0.3/fltkhs-themes.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"9642a5eb95c1b13fdb4eacb410494f0c","Skein512_512":"30940ccf4d9d01d2812d297f3c5ca8dea2080959a2f44166920392da45de4776043a44b5399e9f7c3d846a2752984a4a89bc3734c2e2c4fbd28a5ef00f76dd5a","SHA1":"37de469409e6321538881828ba1c9fbfa5db6456","SHA512":"032e0d1ae42e8c984c4563be3ecd90ae244f5d505157bcaf09137a2794425135c2bad63276284d9618618e42fba6bd6e13cb99fc273c08c7b93fb2319055fbb4","SHA256":"bd743ad61a5b4dedbd57d85157cf548dbf20e6508ad2e7699668ffbe9c61aaeb"},"package-locations":["https://hackage.haskell.org/package/fltkhs-themes-0.1.0.3/fltkhs-themes-0.1.0.3.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/fltkhs-themes-0.1.0.3.tar.gz"],"package-size":842479}

0 comments on commit 8f45c4a

Please sign in to comment.