xmonad-contrib.cabal: support containers-0.6 from ghc-8.6.x

The build works fine with the new version.
This commit is contained in:
Peter Simons 2018-09-27 16:00:35 +02:00
parent 02278e5bbb
commit aca76956ba

View File

@ -36,7 +36,7 @@ cabal-version: >= 1.6
build-type: Simple build-type: Simple
bug-reports: https://github.com/xmonad/xmonad-contrib/issues bug-reports: https://github.com/xmonad/xmonad-contrib/issues
tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.1, GHC==8.2.2, GHC==8.4.3 tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.1, GHC==8.2.2, GHC==8.4.3, GHC==8.6.1
source-repository head source-repository head
type: git type: git
@ -54,7 +54,7 @@ flag testing
library library
build-depends: base >= 4.5 && < 5, build-depends: base >= 4.5 && < 5,
bytestring >= 0.10 && < 0.11, bytestring >= 0.10 && < 0.11,
containers >= 0.5 && < 0.6, containers >= 0.5 && < 0.7,
directory, directory,
extensible-exceptions, extensible-exceptions,
filepath, filepath,