Skip to content

Commit 6b9d4b9

Browse files
committed
Remove unused dependencies
1 parent a190831 commit 6b9d4b9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

criterion.cabal

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,13 @@ library
102102
mtl >= 2,
103103
mwc-random >= 0.8.0.3,
104104
optparse-applicative >= 0.18 && < 0.20,
105-
parsec >= 3.1.0,
106105
prettyprinter >= 1.7 && < 1.8,
107106
prettyprinter-ansi-terminal >= 1.1 && < 1.2,
108107
statistics >= 0.14 && < 0.17,
109108
text >= 0.11,
110-
time,
111109
transformers,
112110
transformers-compat >= 0.6.4,
113-
vector >= 0.7.1,
114-
vector-algorithms >= 0.4
111+
vector >= 0.7.1
115112

116113
default-language: Haskell2010
117114
ghc-options: -Wall -funbox-strict-fields -Wtabs

0 commit comments

Comments
 (0)