pushing upper bound

This commit is contained in:
nek0 2017-11-04 12:57:56 +01:00
parent 821550b7cd
commit 4594dc58e0
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ library
default-language: Haskell2010
ghc-options: -Wall
-- Other library packages from which modules are imported.
build-depends: base >=4.9 && <4.10
build-depends: base >=4.9 && <4.11
, sdl2
, text
, mtl