remove xmobar-config

This commit is contained in:
♥ Minnie ♥ 2023-05-02 03:11:50 +08:00
parent 30b2f7931b
commit 1a6f4f18f3
4 changed files with 0 additions and 74 deletions

View file

@ -1,17 +0,0 @@
cabal-version: 3.0
name: xmobar-config
version: 0.1.0.0
description: xmobar configs
author: sajenim
maintainer: its.jassy@pm.me
license: BSD-3-Clause
build-type: Simple
executable xmobar-top
main-is: xmobar-top.hs
hs-source-dirs: src
ghc-options: -Wall -threaded
build-depends: base,
xmobar
default-language: Haskell2010