mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
xmonad-contrib.cabal: Specify default-language
Required for cabal-version >= 1.10
This commit is contained in:
parent
805de214d8
commit
991dc6dfac
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user