dotfiles/dotfiles/config/taffybar/imalison-taffybar.cabal

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 imalison-taffybar
hs-source-dirs: .
main-is: taffybar.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
-- ghc-options: -threaded -debug -g
-- cpp-options: +RTS -DS
build-depends: base
, X11>=1.8
, bytestring
, containers
, directory
, filepath
, gi-gtk
, github
, gtk-sni-tray
, gtk-strut
, haskell-gi-base
, hslogger
, process
, split
, taffybar
, transformers
, xmonad-contrib>=0.13
, xmonad>=0.13
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/IvanMalison/dotfiles