aboutsummaryrefslogtreecommitdiff
path: root/game.cabal
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-03-01 20:02:14 +0000
committerJuan J. Martinez <jjm@usebox.net>2023-03-01 20:02:14 +0000
commitf0507125e06e3e8939f259e9468d797e9a8e668e (patch)
tree568c3c7f316bfa6af1f1f5f846c0777f46f87d28 /game.cabal
parentbfb588a4cfa7f555d9e2991023ffee1fc4708e09 (diff)
downloadspace-plat-hs-f0507125e06e3e8939f259e9468d797e9a8e668e.tar.gz
space-plat-hs-f0507125e06e3e8939f259e9468d797e9a8e668e.zip
Dropped ReaderT as is not really needed
Diffstat (limited to 'game.cabal')
-rw-r--r--game.cabal1
1 files changed, 0 insertions, 1 deletions
diff --git a/game.cabal b/game.cabal
index d7e890f..9852415 100644
--- a/game.cabal
+++ b/game.cabal
@@ -34,7 +34,6 @@ library
Game.Utils
build-depends:
base
- , mtl
, text >= 1.1.0.0 && < 2.1
, vector>=0.10.9.0 && <0.14
, containers