name: wild-bind-task-x11
version: 0.2.0.4
author: Toshio Ito <debug.ito@gmail.com>
maintainer: Toshio Ito <debug.ito@gmail.com>
license: BSD3
license-file: LICENSE
synopsis: Task to install and export everything you need to use WildBind in X11
description: Task to install and export everything you need to use WildBind in X11. 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
library
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall -fno-warn-unused-imports
exposed-modules: WildBind.Task.X11,
WildBind.Task.X11.Seq.Example
-- other-modules:
build-depends: base ^>=4.14.3 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0,
wild-bind ^>=0.1.2,
wild-bind-x11 ^>=0.2.0,
wild-bind-indicator ^>=1.0.0,
text ^>=1.2.4 || ^>=2.0.1 || ^>=2.1,
transformers ^>=0.5.6 || ^>=0.6.1
-- executable wild-bind-task-x11
-- default-language: Haskell2010
-- hs-source-dirs: app
-- main-is: Main.hs
-- ghc-options: -Wall -fno-warn-unused-imports
-- -- other-modules:
-- -- other-extensions:
-- build-depends: base
test-suite import-test
type: exitcode-stdio-1.0
default-language: Haskell2010
hs-source-dirs: test
ghc-options: -Wall -fno-warn-unused-imports -fno-warn-unused-binds
main-is: ImportTest.hs
-- default-extensions:
-- other-modules:
build-depends: base ^>=4.14.3 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0,
wild-bind-task-x11
source-repository head
type: git
location: https://github.com/debug-ito/wild-bind.git