cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: 73958230dc35b5f01eb23d92ac45d631ce471fad64a3bbab7c2237297155c29c name: hsautogui version: 0.1.0.0 synopsis: Haskell bindings for PyAutoGUI description: Please see the README on GitHub at homepage: https://github.com/mitchellvitez/hsautogui#readme bug-reports: https://github.com/mitchellvitez/hsautogui/issues author: Mitchell Vitez maintainer: mitchell@vitez.me copyright: 2020 Mitchell Vitez license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md source-repository head type: git location: https://github.com/mitchellvitez/hsautogui library exposed-modules: AutoGUI AutoGUI.Call AutoGUI.Debug AutoGUI.Info AutoGUI.Keyboard AutoGUI.Keys AutoGUI.MessageBoxes AutoGUI.Mouse AutoGUI.Run AutoGUI.Screen other-modules: Paths_hsautogui hs-source-dirs: src default-extensions: DeriveLift GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses OverloadedStrings RecordWildCards QuasiQuotes ScopedTypeVariables TemplateHaskell extra-libraries: python3 build-depends: base , containers , cpython , mtl , template-haskell , text default-language: Haskell2010 executable hsautogui-sample-exe main-is: Main.hs other-modules: Paths_hsautogui hs-source-dirs: app default-extensions: OverloadedStrings QuasiQuotes ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -W extra-libraries: python3 build-depends: base >=4.7 && <5 , hsautogui default-language: Haskell2010