packages feed

fake-type-0.1.0.0: fake-type.cabal

name:                fake-type
version:             0.1.0.0
synopsis:            A crossplatform library to simulate keyboard input
description:         
  A crossplatform library to simulate keyboard input (so far it works only on Linux, but I'll add Windows and OS X soon).
license:             BSD3
license-file:        LICENSE
author:              Artyom
maintainer:          Artyom <yom@artyom.me>
homepage:            http://github.com/aelve/fake-type
bug-reports:         http://github.com/aelve/fake-type/issues
-- copyright:           
category:            System
tested-with:         GHC == 7.8.4, GHC == 7.10.3
build-type:          Simple
extra-source-files:
  CHANGELOG.md
cabal-version:       >=1.10

source-repository head
  type:                git
  location:            git://github.com/aelve/fake-type.git

library
  exposed-modules:     FakeType
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >= 4.7 && < 5
                     , base-prelude == 0.1.*
                     , X11
  extra-libraries:     "Xtst"
  ghc-options:         -Wall -fno-warn-unused-do-bind
  hs-source-dirs:      lib
  default-language:    Haskell2010