From 8e59e10b86ca5f9d5ae02a2e481194e8fa31e378 Mon Sep 17 00:00:00 2001 From: tpajenka Date: Wed, 23 Apr 2014 12:21:32 +0200 Subject: [PATCH] will use HashMap to reference ui widgets --- Pioneers.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pioneers.cabal b/Pioneers.cabal index 6bc84b9..f9f638a 100644 --- a/Pioneers.cabal +++ b/Pioneers.cabal @@ -45,7 +45,8 @@ executable Pioneers SDL2 >= 0.1.0, time >=1.4.0, GLUtil >= 0.7, - attoparsec >= 0.11.2 + attoparsec >= 0.11.2, + unordered-containers >= 0.2.1 other-modules: Render.Types Default-Language: Haskell2010