Removed Data.Label from code and dependencies.
This commit is contained in:
parent
5a70a22da6
commit
1c1bd66d30
@ -31,6 +31,5 @@ executable Pioneers
|
|||||||
linear >=1.3.1 && <1.4,
|
linear >=1.3.1 && <1.4,
|
||||||
lens >=3.10.1 && <3.11,
|
lens >=3.10.1 && <3.11,
|
||||||
SDL2 >= 0.1.0,
|
SDL2 >= 0.1.0,
|
||||||
time >=1.4.0 && <1.5,
|
time >=1.4.0 && <1.5
|
||||||
fclabels >=2.0.0 && <3
|
|
||||||
|
|
||||||
|
@ -9,7 +9,6 @@ import Data.Time (UTCTime)
|
|||||||
import Linear.Matrix (M44)
|
import Linear.Matrix (M44)
|
||||||
import Control.Monad.RWS.Strict (RWST)
|
import Control.Monad.RWS.Strict (RWST)
|
||||||
import Control.Lens
|
import Control.Lens
|
||||||
import Data.Label
|
|
||||||
|
|
||||||
|
|
||||||
--Static Read-Only-State
|
--Static Read-Only-State
|
||||||
@ -115,4 +114,4 @@ $(makeLenses ''Position)
|
|||||||
$(makeLenses ''Env)
|
$(makeLenses ''Env)
|
||||||
|
|
||||||
|
|
||||||
type Pioneers = RWST Env () State IO
|
type Pioneers = RWST Env () State IO
|
||||||
|
Loading…
Reference in New Issue
Block a user