Skip to content

Commit

Permalink
xmonad.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 055dce1 commit 7fab71f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xmonad.cabal
Expand Up @@ -80,6 +80,7 @@ library
, transformers >= 0.3
, unix
ghc-options: -funbox-strict-fields -Wall -Wno-unused-do-bind
default-language: Haskell2010

-- Keep this in sync with the oldest version in 'tested-with'
if impl(ghc > 8.4.4)
Expand All @@ -92,6 +93,7 @@ executable xmonad
main-is: Main.hs
build-depends: base, xmonad
ghc-options: -Wall -Wno-unused-do-bind
default-language: Haskell2010

-- Keep this in sync with the oldest version in 'tested-with'
if impl(ghc > 8.4.4)
Expand Down Expand Up @@ -126,6 +128,7 @@ test-suite properties
, X11
, containers
, xmonad
default-language: Haskell2010

if flag(quickcheck-classes) && impl(ghc > 8.5)
-- no quickcheck-classes in LTS-12
Expand Down

0 comments on commit 7fab71f

Please sign in to comment.