mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
Fix compile
This commit is contained in:
parent
087ed3974d
commit
2d243cbcc7
2 changed files with 2 additions and 3 deletions
|
|
@ -4,4 +4,4 @@ import Xmobar
|
|||
|
||||
main :: IO ()
|
||||
main =
|
||||
xmobarMain
|
||||
xmobar defaultConfig
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue