summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2020-06-12 19:45:56 +0100
committerjao <jao@gnu.org>2020-06-12 19:59:58 +0100
commit7bc2e6b0d6372a602a450a33ba4602e4d84206eb (patch)
tree2f23f6b79e3fe30bc684aeff40e58057617fe68a
parent46d6679b245bd40edf70f158422a0482d1cde235 (diff)
downloadxmobar-0.34.tar.gz
xmobar-0.34.tar.bz2
Updates for 0.340.34
Closes #457
-rw-r--r--changelog.md2
-rw-r--r--xmobar.cabal5
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 <jao@gnu.org>
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