aboutsummaryrefslogtreecommitdiff
path: root/chelleport.cabal
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-12-26 20:52:51 +0530
committerAkshay Nair <phenax5@gmail.com>2024-12-26 21:13:57 +0530
commit7dfa0f2866ea6d3441c6c343d841e969aa2ea77d (patch)
tree0a503ad21d7efa4a8d9c91e319804c23a1e9f567 /chelleport.cabal
parent6ad789149036a9e97a9c66860828892efa432bd4 (diff)
downloadchelleport-7dfa0f2866ea6d3441c6c343d841e969aa2ea77d.tar.gz
chelleport-7dfa0f2866ea6d3441c6c343d841e969aa2ea77d.zip
Adds mock return typing
Diffstat (limited to 'chelleport.cabal')
-rw-r--r--chelleport.cabal13
1 files changed, 8 insertions, 5 deletions
diff --git a/chelleport.cabal b/chelleport.cabal
index de6008e..e06cbc6 100644
--- a/chelleport.cabal
+++ b/chelleport.cabal
@@ -26,20 +26,23 @@ common common-config
NumericUnderscores
OverloadedStrings
QuasiQuotes
+ RankNTypes
+ StandaloneDeriving
TemplateHaskell
TupleSections
UndecidableInstances
default-language: Haskell2010
build-depends:
+ array,
base,
- text,
- time,
+ containers,
+ data-default,
+ directory,
mtl == 2.3.1,
sdl2 == 2.5.5.0,
- array,
temporary,
- directory,
- containers
+ text,
+ time
common warnings
ghc-options: