From ba789c3413ac996cb65314cb5ac9f77bd9617ff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 2 Jun 2024 21:00:37 +0200 Subject: Patchset parameter for `run' command --- minici.cabal | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) (limited to 'minici.cabal') diff --git a/minici.cabal b/minici.cabal index 80027ae..f295d2b 100644 --- a/minici.cabal +++ b/minici.cabal @@ -34,22 +34,26 @@ executable minici Version Version.Git - -- LANGUAGE extensions used by modules in this package. - other-extensions: TemplateHaskell - default-extensions: ExistentialQuantification - FlexibleContexts - FlexibleInstances - GADTs - GeneralizedNewtypeDeriving - ImportQualifiedPost - LambdaCase - MultiParamTypeClasses - MultiWayIf - OverloadedStrings - ScopedTypeVariables - TupleSections - TypeApplications - -- other-extensions: + default-extensions: + DefaultSignatures + ExistentialQuantification + FlexibleContexts + FlexibleInstances + GADTs + GeneralizedNewtypeDeriving + ImportQualifiedPost + LambdaCase + MultiParamTypeClasses + MultiWayIf + OverloadedStrings + ScopedTypeVariables + TupleSections + TypeApplications + TypeFamilies + + other-extensions: + TemplateHaskell + build-depends: base >=4.15 && <5 , bytestring >=0.10 && <0.12 , containers >=0.6 && <0.7 -- cgit v1.2.3