clippard-0.1.0: clippard.cabal
-- Initial clippard.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: clippard
version: 0.1.0
synopsis: A simple Haskell library for copying text to the clipboard in a cross-platform way.
-- description:
homepage: https://github.com/Raynes/clippard
license: MIT
license-file: LICENSE
author: Anthony Grimes
maintainer: i@raynes.me
-- copyright:
category: System
build-type: Simple
cabal-version: >=1.8
library
hs-source-dirs: src
other-modules: System.Clippard
if os(windows)
build-depends: Clipboard ==2.2.0.1
build-depends: base >=4.5 && < 4.7, process >=1.1.0