name: gi-gtk-declarative
version: 0.2.0
synopsis: Declarative GTK+ programming in Haskell
description: A declarative programming model for GTK+ user
interfaces, implementing support for various widgets
and generalized patching. This library aims to extend the
gi-gtk library as transparently as possible, and to be
a reusable library for multiple application architectures
and styles.
See [the project README](https://github.com/owickstrom/gi-gtk-declarative#readme)
for more information.
license: MPL-2.0
license-file: LICENSE
author: Oskar Wickström
maintainer: oskar.wickstrom@gmail.com
copyright: Oskar Wickström
category: Graphics
build-type: Simple
cabal-version: >=1.10
extra-source-files: CHANGELOG.md
library
exposed-modules: GI.Gtk.Declarative
, GI.Gtk.Declarative.Attributes
, GI.Gtk.Declarative.Attributes.Collected
, GI.Gtk.Declarative.Attributes.Internal
, GI.Gtk.Declarative.Attributes.Internal.EventHandler
, GI.Gtk.Declarative.Attributes.Internal.Conversions
, GI.Gtk.Declarative.Bin
, GI.Gtk.Declarative.Container
, GI.Gtk.Declarative.Container.Box
, GI.Gtk.Declarative.Container.Class
, GI.Gtk.Declarative.Container.MenuItem
, GI.Gtk.Declarative.Container.Patch
, GI.Gtk.Declarative.EventSource
, GI.Gtk.Declarative.Markup
, GI.Gtk.Declarative.Patch
, GI.Gtk.Declarative.SingleWidget
, GI.Gtk.Declarative.State
build-depends: base >=4.10 && <4.12
, gi-gobject >= 2 && <3
, gi-gtk >= 3 && <4
, haskell-gi >= 0.21 && <0.22
, haskell-gi-base >= 0.21 && <0.22
, haskell-gi-overloading == 1.0
, mtl
, text
, unordered-containers >= 0.2 && < 0.3
, vector
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
benchmark gi-gtk-declarative-benchmark
type: exitcode-stdio-1.0
hs-source-dirs: bench
main-is: Benchmark.hs
build-depends: base >= 4 && < 5
, criterion
, gi-glib
, gi-gdk
, gi-gtk
, gi-gtk-declarative
, random
, text
ghc-options: -Wall -O2 -rtsopts -with-rtsopts=-N -threaded
default-language: Haskell2010