Fix compile

This commit is contained in:
Sridhar Ratnakumar 2021-06-30 11:28:50 -04:00
parent 087ed3974d
commit 2d243cbcc7
2 changed files with 2 additions and 3 deletions

View file

@ -4,4 +4,4 @@ import Xmobar
main :: IO ()
main =
xmobarMain
xmobar defaultConfig

View file

@ -9,7 +9,6 @@ version: 0.1.0.0
-- description:
-- bug-reports:
-- license:
license-file: LICENSE
author: Sridhar Ratnakumar
maintainer: srid@srid.ca
-- copyright:
@ -21,7 +20,7 @@ executable xmobar-srid
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.13 && <4.14
build-depends: base
, xmobar
, text
-- hs-source-dirs: