nix-config/home-manager/jade/xmobar/xmobar-jsm/xmobar-jsm.cabal
2023-05-02 08:52:44 +08:00

22 lines
633 B
Plaintext

cabal-version: 3.0
name: xmobar-jsm
version: 0.1.0.0
synopsis: A Minimalistic Text Based Status Bar
description: my xmobar configuration
license: BSD-3-Clause
license-file: LICENSE
author: sajenim
maintainer: its.jassy@pm.me
homepage: https://github.com/sajenim/jade
build-type: Simple
extra-source-files: README.md
executable xmobar-top
main-is: xmobar-top.hs
hs-source-dirs: src
ghc-options: -Wall -threaded
build-depends: base,
xmobar
default-language: Haskell2010