From 7dfa0f2866ea6d3441c6c343d841e969aa2ea77d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 26 Dec 2024 20:52:51 +0530 Subject: Adds mock return typing --- chelleport.cabal | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'chelleport.cabal') 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: -- cgit v1.3.1