diff --git a/Pioneers b/Pioneers deleted file mode 120000 index 298a935..0000000 --- a/Pioneers +++ /dev/null @@ -1 +0,0 @@ -dist/build/Pioneers/Pioneers \ No newline at end of file diff --git a/Pioneers b/Pioneers new file mode 100755 index 0000000..f22def4 Binary files /dev/null and b/Pioneers differ diff --git a/Pioneers.cabal b/Pioneers.cabal index 3665bf9..3dffa6b 100644 --- a/Pioneers.cabal +++ b/Pioneers.cabal @@ -34,6 +34,5 @@ executable Pioneers linear >=1.3.1 && <1.4, lens >=3.10.1 && <3.11, SDL2 >= 0.1.0, - time >=1.4.0 && <1.5, - fclabels >=2.0.0 && <3 + time >=1.4.0 && <1.5 diff --git a/src/Types.hs b/src/Types.hs index ab7788a..26856c0 100644 --- a/src/Types.hs +++ b/src/Types.hs @@ -9,7 +9,6 @@ import Data.Time (UTCTime) import Linear.Matrix (M44) import Control.Monad.RWS.Strict (RWST) import Control.Lens -import Data.Label --Static Read-Only-State @@ -115,4 +114,4 @@ $(makeLenses ''Position) $(makeLenses ''Env) -type Pioneers = RWST Env () State IO \ No newline at end of file +type Pioneers = RWST Env () State IO