Skip to content

Commit a12c2df

Browse files
authored
update cabal version (#12)
* update cabal version * edit
1 parent df58114 commit a12c2df

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

benchrunner/benchrunner.cabal

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cabal-version: 2.2
1+
cabal-version: 3.0
22
name: benchrunner
33
version: 0.1
44
build-type: Simple
@@ -32,9 +32,7 @@ executable benchrunner
3232
ghc-options: -Wall -Wcompat
3333
-threaded -rtsopts
3434
-fdefer-typed-holes
35-
-O2 -optl -optl-lstdc++
36-
37-
extra-libraries: stdc++
35+
-O2 -optl -lstdc++
3836

3937
c-sources:
4038
csorts/insertionsort.c

0 commit comments

Comments
 (0)