2017-08-17 11:13:22 -04:00
|
|
|
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 imalison-taffybar
|
|
|
|
hs-source-dirs: .
|
|
|
|
main-is: taffybar.hs
|
|
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
2018-07-04 19:25:31 -07:00
|
|
|
-- ghc-options: -threaded -debug -g
|
|
|
|
-- cpp-options: +RTS -DS
|
2017-08-17 11:13:22 -04:00
|
|
|
build-depends: base
|
2018-05-18 01:24:40 -07:00
|
|
|
, X11>=1.8
|
2018-04-27 17:36:32 -07:00
|
|
|
, bytestring
|
2017-08-17 11:13:22 -04:00
|
|
|
, containers
|
|
|
|
, directory
|
|
|
|
, filepath
|
2018-03-23 21:24:38 -07:00
|
|
|
, gi-gtk
|
2018-05-18 01:24:40 -07:00
|
|
|
, github
|
2018-03-23 21:24:38 -07:00
|
|
|
, gtk-sni-tray
|
2018-05-18 01:24:40 -07:00
|
|
|
, gtk-strut
|
2018-03-23 21:24:38 -07:00
|
|
|
, haskell-gi-base
|
2018-05-18 01:24:40 -07:00
|
|
|
, hslogger
|
2017-08-17 11:13:22 -04:00
|
|
|
, process
|
|
|
|
, split
|
|
|
|
, taffybar
|
2018-05-18 01:24:40 -07:00
|
|
|
, transformers
|
2017-08-17 11:13:22 -04:00
|
|
|
, xmonad-contrib>=0.13
|
2018-04-27 17:36:32 -07:00
|
|
|
, xmonad>=0.13
|
2017-08-17 11:13:22 -04:00
|
|
|
default-language: Haskell2010
|
|
|
|
|
|
|
|
source-repository head
|
|
|
|
type: git
|
|
|
|
location: https://github.com/IvanMalison/dotfiles
|