summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal5
1 files changed, 4 insertions, 1 deletions
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