Skip to content

Commit ba3e4b2

Browse files
committed
Clean up Cabal file
1 parent 5eea808 commit ba3e4b2

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

fgl.cabal

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,17 +111,18 @@ test-suite fgl-tests {
111111
benchmark fgl-benchmark {
112112
default-language: Haskell98
113113

114-
type: exitcode-stdio-1.0
114+
type: exitcode-stdio-1.0
115+
116+
hs-source-dirs: test
115117

116-
hs-source-dirs: test
118+
main-is: benchmark.hs
117119

118-
main-is: benchmark.hs
119120

120-
build-depends: fgl
121-
, base
122-
, microbench
123-
, deepseq
121+
build-depends: fgl
122+
, base
123+
, microbench
124+
, deepseq
124125

125-
ghc-options: -Wall
126+
ghc-options: -Wall
126127

127128
}

0 commit comments

Comments
 (0)