wrong dependency
This commit is contained in:
parent
d2a1b57d1f
commit
bda77139a8
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ executable haskelloids
|
||||||
|
|
||||||
-- Other library packages from which modules are imported.
|
-- Other library packages from which modules are imported.
|
||||||
build-depends: base >=4.9 && <4.11
|
build-depends: base >=4.9 && <4.11
|
||||||
, affection <= 0.0.0.9
|
, affection >= 0.0.0.9
|
||||||
, sdl2 >= 2.1.3.1
|
, sdl2 >= 2.1.3.1
|
||||||
, OpenGL
|
, OpenGL
|
||||||
, containers
|
, containers
|
||||||
|
|
Loading…
Reference in a new issue