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 5eea808 commit ba3e4b2Copy full SHA for ba3e4b2
fgl.cabal
@@ -111,17 +111,18 @@ test-suite fgl-tests {
111
benchmark fgl-benchmark {
112
default-language: Haskell98
113
114
- type: exitcode-stdio-1.0
+ type: exitcode-stdio-1.0
115
+
116
+ hs-source-dirs: test
117
- hs-source-dirs: test
118
+ main-is: benchmark.hs
119
- main-is: benchmark.hs
120
- build-depends: fgl
121
- , base
122
- , microbench
123
- , deepseq
+ build-depends: fgl
+ , base
+ , microbench
124
+ , deepseq
125
- ghc-options: -Wall
126
+ ghc-options: -Wall
127
128
}
0 commit comments