-- Initial stickyKeysHotKey.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: stickyKeysHotKey version: 0.1.0.1 synopsis: get and set STICKYKEYS.SKF_HOTKEYACTIVE -- description: license: BSD3 license-file: LICENSE author: Soenke Hahn maintainer: shahn@joyridelabs.de -- copyright: category: System build-type: Simple cabal-version: >=1.8 library exposed-modules: System.Win32.StickyKeysHotKey if os(mingw32) || os(win32) c-sources: src/bindings.c build-depends: base == 4.5.* || == 4.6.* hs-source-dirs: src