diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-09-29 14:26:21 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-10-04 19:42:00 +0200 |
commit | 321859ab1fe4a6b1f3cc7084b8836474ff872e2b (patch) | |
tree | 1aa66ed593d18150a2fcd1a59677837a205ff202 /erebos-tester.cabal | |
parent | 61304d829c2cd4d6edf3c015adae24d0574ce7a5 (diff) |
User-defined test functions without parameters
Diffstat (limited to 'erebos-tester.cabal')
-rw-r--r-- | erebos-tester.cabal | 40 |
1 files changed, 22 insertions, 18 deletions
diff --git a/erebos-tester.cabal b/erebos-tester.cabal index c3a49e6..a6b3b70 100644 --- a/erebos-tester.cabal +++ b/erebos-tester.cabal @@ -94,24 +94,28 @@ executable erebos-tester-core autogen-modules: Paths_erebos_tester - other-extensions: TemplateHaskell - default-extensions: ExistentialQuantification - FlexibleContexts - FlexibleInstances - GADTs - GeneralizedNewtypeDeriving - ImportQualifiedPost - LambdaCase - MultiParamTypeClasses - MultiWayIf - OverloadedStrings - RankNTypes - RecordWildCards - ScopedTypeVariables - TupleSections - TypeApplications - TypeFamilies - TypeOperators + other-extensions: + TemplateHaskell + default-extensions: + DeriveTraversable + ExistentialQuantification + FlexibleContexts + FlexibleInstances + GADTs + GeneralizedNewtypeDeriving + ImportQualifiedPost + LambdaCase + MultiParamTypeClasses + MultiWayIf + OverloadedStrings + RankNTypes + RecordWildCards + ScopedTypeVariables + TupleSections + TypeApplications + TypeFamilies + TypeOperators + build-depends: bytestring ^>= { 0.10, 0.11, 0.12 }, containers ^>= { 0.6.2.1, 0.7 }, |