cabal-version: 2.4 name: screenshot-to-clipboard version: 0.1.0.0 synopsis: Take screenshot and copy it to the system clipboard. description: This is a small program that shells out to imagemagick to take a screenshot, and then uses GTK to copy it to the system clipboard. homepage: https://github.com/cdepillabout/screenshot-to-clipboard bug-reports: https://github.com/cdepillabout/screenshot-to-clipboard/issues license: BSD-3-Clause author: Dennis Gosnell maintainer: cdep.illabout@gmail.com copyright: 2022 Dennis Gosnell category: Utils extra-source-files: CHANGELOG.md README.md library hs-source-dirs: src exposed-modules: ScreenshotToClipboard other-modules: Paths_screenshot_to_clipboard autogen-modules: Paths_screenshot_to_clipboard build-depends: base >= 4.15 && < 5 , bytestring , filepath , gi-gdk , gi-gdkpixbuf , gi-gio , gi-glib , gi-gtk , haskell-gi-base , process , temporary , text default-language: Haskell2010 ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -- default-extensions: DataKinds -- , DefaultSignatures -- other-extensions: TemplateHaskell -- , UndecidableInstances -- pkgconfig-depends: gtk+-3.0 -- , vte-2.91 >= 0.46 executable screenshot-to-clipboard main-is: Main.hs build-depends: base , screenshot-to-clipboard hs-source-dirs: app default-language: Haskell2010