dotfiles/.config/xmobar/xmobar-frosty.cabal

11 lines
279 B
Plaintext
Raw Normal View History

cabal-version: 3.0
name: xmobar-frosty
version: 0.1.0.0
build-type: Simple
executable xmobar
main-is: xmobar.hs
build-depends: base ^>=4.17.2.1
, xmobar >=0.48.1
default-language: Haskell2010