-- Initial stickyKeysHotKey.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: stickyKeysHotKey version: 0.1.0.0 synopsis: get and set STICKYKEYS.SKF_HOTKEYACTIVE description: Library to get and set the status of STICKYKEYS.SKF_HOTKEYACTIVE on windows. This can be used to disable the sticky keys window that appears when pressing shift 5 times in a row. license: BSD3 license-file: LICENSE author: Sönke Hahn maintainer: shahn@joyridelabs.de -- copyright: category: System build-type: Simple cabal-version: >=1.8 source-repository head type: darcs location: http://patch-tag.com/r/shahn/stickyKeysHotKey library exposed-modules: System.Win32.StickyKeysHotKey if os(mingw32) || os(win32) c-sources: src/bindings.c build-depends: base ==4.5.* hs-source-dirs: src