removed unnecessary language extension
This commit is contained in:
parent
2d80c92384
commit
d5eb4f93a3
@ -36,6 +36,8 @@ executable Pioneers
|
|||||||
array >=0.4,
|
array >=0.4,
|
||||||
random >=1.0.1,
|
random >=1.0.1,
|
||||||
transformers >=0.3.0,
|
transformers >=0.3.0,
|
||||||
|
unordered-containers >= 0.2.1,
|
||||||
|
hashable >= 1.0.1.1,
|
||||||
mtl >=2.1.2,
|
mtl >=2.1.2,
|
||||||
stm >=2.4.2,
|
stm >=2.4.2,
|
||||||
vector >=0.10.9 && <0.11,
|
vector >=0.10.9 && <0.11,
|
||||||
@ -45,9 +47,7 @@ executable Pioneers
|
|||||||
SDL2 >= 0.1.0,
|
SDL2 >= 0.1.0,
|
||||||
time >=1.4.0,
|
time >=1.4.0,
|
||||||
GLUtil >= 0.7,
|
GLUtil >= 0.7,
|
||||||
attoparsec >= 0.11.2,
|
attoparsec >= 0.11.2
|
||||||
unordered-containers >= 0.2.1,
|
|
||||||
hashable >= 1.0.1.1
|
|
||||||
other-modules: Render.Types
|
other-modules: Render.Types
|
||||||
Default-Language: Haskell2010
|
Default-Language: Haskell2010
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
{-# LANGUAGE ExistentialQuantification #-}
|
|
||||||
|
|
||||||
module UI.Callbacks where
|
module UI.Callbacks where
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
|
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
|
||||||
|
-- data and classes are separated into several modules to avoid cyclic dependencies with the Type module
|
||||||
|
|
||||||
module UI.UIBaseData where
|
module UI.UIBaseData where
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user