Skip to content

Commit

Permalink
Fix typo in last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Nov 19, 2023
1 parent c4535e9 commit dc94f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commonmark/commonmark.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ test-suite test-commonmark
main-is: test-commonmark.hs
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-K40K -with-rts-opts=-kc40K
ghc-options: -threaded -rtsopts -with-rtsopts=-K40K -with-rtsopts=-kc40K
if impl(ghc >= 8.10)
ghc-options: -Wunused-packages
build-depends:
Expand Down

0 comments on commit dc94f6c

Please sign in to comment.