cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 28a469787c7689160b683cbbdb65c1e82d866a1631cfe3a311b51a2ff5c70c49
name: place-cursor-at
version: 1.0.1
synopsis: A utility for X11 that moves the mouse cursor using the keyboard
category: Utility, GUI, Desktop, Desktop Environment, X11
homepage: https://github.com/unclechu/place-cursor-at#readme
bug-reports: https://github.com/unclechu/place-cursor-at/issues
author: Viacheslav Lotsmanov
maintainer: Viacheslav Lotsmanov <lotsmanov89@gmail.com>
copyright: Copyright © 2017–2021 Viacheslav Lotsmanov
license: GPL-3
license-file: LICENSE
tested-with: GHC == 8.10.4 || == 8.8.4 || == 8.6.4
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/unclechu/place-cursor-at
executable place-cursor-at
main-is: place-cursor-at.hs
hs-source-dirs:
src
ghc-options: -threaded
extra-libraries:
Xinerama
build-depends:
X11 >=1.9 && <2
, base >=4.12 && <5
, base-unicode-symbols >=0.2 && <0.3
other-modules:
Paths_place_cursor_at
default-language: Haskell2010