Skip to content

Commit

Permalink
Update from Hackage at 2020-12-16T22:18:32Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Dec 16, 2020
1 parent 5857d5f commit ff46d02
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
47 changes: 47 additions & 0 deletions greenclip/3.4.0/greenclip.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
-- This file has been generated from package.yaml by hpack version 0.18.1.
--
-- see: https://github.com/sol/hpack

name: greenclip
version: 3.4.0
synopsis: Simple clipboard manager to be integrated with rofi
description: Simple clipboard manager to be integrated with rofi - Please see README.md
category: Linux Desktop
homepage: https://github.com/erebe/greenclip#readme
author: Erèbe - Romain GERARD
maintainer: romain.gerard@erebe.eu
copyright: 2016 Erèbe
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10

extra-source-files:
README.md

executable greenclip
main-is: Main.hs
hs-source-dirs:
src
ghc-options: -Wall -O3
build-depends:
base >= 4 && < 5
, protolude
, exceptions
, bytestring
, text
, vector
, hashable
, binary
, microlens
, microlens-mtl
, directory
, unix
, directory
, wordexp
, X11 >= 1.6
other-modules:
Clipboard
default-language: Haskell2010
default-extensions: Strict
pkgconfig-depends: x11, xcb, xau, xdmcp
1 change: 1 addition & 0 deletions greenclip/3.4.0/greenclip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"e52aedfa17a45a9e00614261cbb0e310","Skein512_512":"3c8615a8936deb0d3dffe6754d1410250995cf4a20005ad20af04675d9c00c2714fd6ff1787d4600a8a52837ae524641475dbc45191dc70a2f272da90cefbd38","SHA1":"bd99989e29c12af021e77b4385cc980a491526bf","SHA512":"4353298f766627c9ef5709f5005611267796cb3552aa5f182ec2bd07e9af11fc1d59dc820fb022d163799d2e854b99e3d8ce24e647b990d4184c6e06e5a40d1f","SHA256":"28e1a18ed44a70c1c33cffae681ea0c13aec3bbfca724dab9a749179a0b5c31c"},"package-locations":["https://hackage.haskell.org/package/greenclip-3.4.0/greenclip-3.4.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/greenclip-3.4.0.tar.gz"],"package-size":9679}

0 comments on commit ff46d02

Please sign in to comment.