From d44103add77718ae650bc0ad5e708e984192c29d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 19 Dec 2024 21:43:03 +0530 Subject: Big refactoring --- chelleport.cabal | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'chelleport.cabal') diff --git a/chelleport.cabal b/chelleport.cabal index 5e68240..ebca222 100644 --- a/chelleport.cabal +++ b/chelleport.cabal @@ -17,17 +17,22 @@ Flag release common common-config default-extensions: ExplicitForAll, + FlexibleContexts, + FlexibleInstances, + GeneralizedNewtypeDeriving, LambdaCase, + NamedFieldPuns, + NumericUnderscores, OverloadedStrings, QuasiQuotes, TemplateHaskell, TupleSections, - NumericUnderscores, - NamedFieldPuns + UndecidableInstances default-language: Haskell2010 build-depends: base, text, + mtl == 2.3.1, containers common warnings -- cgit v1.3.1