name: wild-bind-indicator
version: 1.0.0.4
author: Toshio Ito <debug.ito@gmail.com>
maintainer: Toshio Ito <debug.ito@gmail.com>
license: BSD3
license-file: LICENSE
synopsis: Graphical indicator for WildBind
description: Graphical indicator for WildBind. See <https://github.com/debug-ito/wild-bind>
category: UserInterface
cabal-version: 2.0
build-type: Simple
extra-source-files: README.md, ChangeLog.md
homepage: https://github.com/debug-ito/wild-bind
bug-reports: https://github.com/debug-ito/wild-bind/issues
data-dir: resources
data-files: icon.svg
library
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall -fno-warn-unused-imports
other-extensions: OverloadedStrings, OverloadedLabels
exposed-modules: WildBind.Indicator
other-modules: Paths_wild_bind_indicator
autogen-modules: Paths_wild_bind_indicator
build-depends: base ^>=4.14.3 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.0 || ^>=4.22.0,
wild-bind ^>=0.1.2,
transformers ^>=0.5.6 || ^>=0.6.1,
gi-gtk ^>=3.0.44,
gi-gdk ^>=3.0.30,
gi-glib ^>=2.0.30,
async ^>=2.2.5,
text ^>=1.2.4 || ^>=2.0.1 || ^>=2.1,
containers ^>=0.6.4 || ^>=0.7 || ^>=0.8
-- executable wild-bind-indicator
-- default-language: Haskell2010
-- hs-source-dirs: src
-- main-is: Main.hs
-- ghc-options: -Wall -fno-warn-unused-imports
-- -- other-modules:
-- -- other-extensions:
-- build-depends: base >=4 && <5
-- test-suite spec
-- type: exitcode-stdio-1.0
-- default-language: Haskell2010
-- hs-source-dirs: test
-- ghc-options: -Wall -fno-warn-unused-imports
-- main-is: Spec.hs
-- other-modules: WildBind.IndicatorSpec
-- build-depends: base, wild-bind-indicator,
-- hspec
source-repository head
type: git
location: https://github.com/debug-ito/wild-bind.git