Skip to content

Commit 881f820

Browse files
committed
htar: build with -rtsopts
1 parent b191302 commit 881f820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htar/htar.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tested-with: GHC==9.8.1, GHC==9.6.3, GHC==9.4.8, GHC==9.2.8, GHC==9.0.2,
2424
executable htar
2525
default-language: Haskell2010
2626
main-is: htar.hs
27-
ghc-options: -Wall
27+
ghc-options: -Wall -rtsopts
2828
build-depends:
2929
base >= 4.9 && < 5,
3030
time >= 1.1,

0 commit comments

Comments
 (0)