We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a190831 commit 6b9d4b9Copy full SHA for 6b9d4b9
criterion.cabal
@@ -102,16 +102,13 @@ library
102
mtl >= 2,
103
mwc-random >= 0.8.0.3,
104
optparse-applicative >= 0.18 && < 0.20,
105
- parsec >= 3.1.0,
106
prettyprinter >= 1.7 && < 1.8,
107
prettyprinter-ansi-terminal >= 1.1 && < 1.2,
108
statistics >= 0.14 && < 0.17,
109
text >= 0.11,
110
- time,
111
transformers,
112
transformers-compat >= 0.6.4,
113
- vector >= 0.7.1,
114
- vector-algorithms >= 0.4
+ vector >= 0.7.1
115
116
default-language: Haskell2010
117
ghc-options: -Wall -funbox-strict-fields -Wtabs
0 commit comments