diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-06-02 21:00:37 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-06-07 22:20:21 +0200 |
commit | ba789c3413ac996cb65314cb5ac9f77bd9617ff9 (patch) | |
tree | bef3d623dd4326a44d0af3996c4c5e446a40ea9b /minici.cabal | |
parent | a66cf7cf7d897e87fef715daf36dd773562241ec (diff) |
Patchset parameter for `run' command
Diffstat (limited to 'minici.cabal')
-rw-r--r-- | minici.cabal | 36 |
1 files changed, 20 insertions, 16 deletions
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 |