Skip to content

Commit

Permalink
cabal: Bump xmonad dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
slotThe committed Feb 3, 2024
1 parent c65ea8d commit 9217ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmonad-contrib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ library
mtl >= 1 && < 3,
unix,
X11 >= 1.10 && < 1.11,
xmonad >= 0.16.99999 && < 0.18,
xmonad >= 0.16.99999 && < 0.19,
utf8-string,
deepseq
default-language: Haskell2010
Expand Down Expand Up @@ -488,7 +488,7 @@ test-suite tests
, unix
, utf8-string
, deepseq
, xmonad >= 0.16.9999 && < 0.18
, xmonad >= 0.16.9999 && < 0.19
cpp-options: -DTESTING
ghc-options: -Wall -Wno-unused-do-bind
default-language: Haskell2010
Expand Down

0 comments on commit 9217ac1

Please sign in to comment.