Skip to content

Commit

Permalink
xmonad-contrib.cabal: Specify default-language
Browse files Browse the repository at this point in the history
Required for cabal-version >= 1.10
  • Loading branch information
liskin committed Oct 27, 2021
1 parent 805de21 commit 991dc6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xmonad-contrib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ library
X11 >= 1.10 && < 1.11,
xmonad >= 0.16.99999 && < 0.18,
utf8-string
default-language: Haskell2010

cpp-options: -DXMONAD_CONTRIB_VERSION_MAJOR=0
-DXMONAD_CONTRIB_VERSION_MINOR=17
Expand Down Expand Up @@ -449,6 +450,7 @@ test-suite tests
, xmonad >= 0.16.9999 && < 0.18
cpp-options: -DTESTING
ghc-options: -Wall -Wno-unused-do-bind
default-language: Haskell2010

if flag(pedantic)
ghc-options: -Werror -Wwarn=deprecations
Expand Down

0 comments on commit 991dc6d

Please sign in to comment.