42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
name: imalison-taffybar
|
|
version: 0.1.0.0
|
|
homepage: https://github.com/IvanMalison/dotfiles/tree/master/dotfiles/config/taffybar
|
|
license: BSD3
|
|
author: Ivan Malison
|
|
maintainer: IvanMalison@gmail.com
|
|
copyright: Ivan Malison
|
|
category: Web
|
|
build-type: Simple
|
|
extra-source-files: README.org
|
|
cabal-version: >=1.10
|
|
|
|
executable taffybar
|
|
hs-source-dirs: .
|
|
main-is: taffybar.hs
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
|
ghc-prof-options: -fprof-auto
|
|
build-depends: base
|
|
, X11
|
|
, bytestring
|
|
, containers
|
|
, directory
|
|
, filepath
|
|
, gi-gtk
|
|
, gtk-sni-tray
|
|
, gtk-strut
|
|
, haskell-gi-base
|
|
, hostname
|
|
, hslogger
|
|
, process
|
|
, split
|
|
, text
|
|
, time
|
|
, taffybar>=3.2.0
|
|
, transformers
|
|
, xdg-basedir
|
|
default-language: Haskell2010
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://github.com/IvanMalison/dotfiles
|