xmonad-contrib.cabal: Specify default-language

Required for cabal-version >= 1.10
This commit is contained in:
Tomas Janousek 2021-10-27 17:57:06 +01:00
parent 805de214d8
commit 991dc6dfac

View File

@ -62,6 +62,7 @@ library
X11 >= 1.10 && < 1.11, X11 >= 1.10 && < 1.11,
xmonad >= 0.16.99999 && < 0.18, xmonad >= 0.16.99999 && < 0.18,
utf8-string utf8-string
default-language: Haskell2010
cpp-options: -DXMONAD_CONTRIB_VERSION_MAJOR=0 cpp-options: -DXMONAD_CONTRIB_VERSION_MAJOR=0
-DXMONAD_CONTRIB_VERSION_MINOR=17 -DXMONAD_CONTRIB_VERSION_MINOR=17
@ -449,6 +450,7 @@ test-suite tests
, xmonad >= 0.16.9999 && < 0.18 , xmonad >= 0.16.9999 && < 0.18
cpp-options: -DTESTING cpp-options: -DTESTING
ghc-options: -Wall -Wno-unused-do-bind ghc-options: -Wall -Wno-unused-do-bind
default-language: Haskell2010
if flag(pedantic) if flag(pedantic)
ghc-options: -Werror -Wwarn=deprecations ghc-options: -Werror -Wwarn=deprecations