name: wild-bind-indicator
version: 1.0.0.1
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: >= 1.10
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
build-depends: base >=4.9 && <5.0,
wild-bind >=0.1.0 && <0.2,
transformers >=0.3.0 && <0.6,
gi-gtk >=3.0.3 && <3.1,
gi-gdk >=3.0.3 && <3.1,
gi-glib >=2.0.3 && <2.1,
async >=2.1.1.1 && <2.3,
text >=1.2.0 && <1.3,
containers >=0.5.0 && <0.7
-- 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