We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812f4db commit 594515bCopy full SHA for 594515b
exercises/practice/parallel-letter-frequency/package.yaml
@@ -14,14 +14,6 @@ library:
14
# - foo # List here the packages you
15
# - bar # want to use in your solution.
16
17
-tests:
18
- test:
19
- main: Tests.hs
20
- source-dirs: test
21
- dependencies:
22
- - parallel-letter-frequency
23
- - hspec
24
-
25
benchmarks:
26
bench:
27
ghc-options: -threaded -with-rtsopts=-N -O2
@@ -31,3 +23,11 @@ benchmarks:
31
dependencies:
32
- parallel-letter-frequency
33
- criterion
+
+tests:
28
+ test:
29
+ main: Tests.hs
30
+ source-dirs: test
+ dependencies:
+ - parallel-letter-frequency
+ - hspec
0 commit comments