From 7bc2e6b0d6372a602a450a33ba4602e4d84206eb Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 12 Jun 2020 19:45:56 +0100 Subject: Updates for 0.34 Closes #457 --- changelog.md | 2 +- xmobar.cabal | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 161208e..df726bd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -## Version 0.34 (April, 2020) +## Version 0.34 (June, 2020) _New features_ diff --git a/xmobar.cabal b/xmobar.cabal index d52c460..b309433 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -13,7 +13,7 @@ license-file: license author: Andrea Rossato and Jose A. Ortega Ruiz maintainer: Jose A. Ortega Ruiz bug-reports: https://github.com/jaor/xmobar/issues -cabal-version: >= 1.8 +cabal-version: >= 1.10 build-type: Simple extra-source-files: readme.md, changelog.md, @@ -92,6 +92,7 @@ flag with_weather default: True library + default-language: Haskell2010 hs-source-dirs: src exposed-modules: Xmobar @@ -276,6 +277,7 @@ library cpp-options: -DFREEBSD executable xmobar + default-language: Haskell2010 hs-source-dirs: app main-is: Main.hs build-depends: base, @@ -301,6 +303,7 @@ executable xmobar cpp-options: -DTHREADED_RUNTIME test-suite XmobarTest + default-language: Haskell2010 type: exitcode-stdio-1.0 hs-source-dirs: src, test main-is: Spec.hs -- cgit v1.2.3