lower bounds for base
This commit is contained in:
parent
b3ba19f16c
commit
4715d3f8e0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ executable renderer
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
-- other-modules:
|
-- other-modules:
|
||||||
-- other-extensions:
|
-- other-extensions:
|
||||||
build-depends: base >= 4.13.0.0 && < 5
|
build-depends: base >= 4.11.0.0 && < 5
|
||||||
, OpenGL
|
, OpenGL
|
||||||
, OpenGLRaw
|
, OpenGLRaw
|
||||||
, sdl2 >= 2.5.0.0
|
, sdl2 >= 2.5.0.0
|
||||||
|
|
Loading…
Reference in a new issue