diff options
Diffstat (limited to '')
| -rw-r--r-- | chelleport.cabal | 13 |
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: |
