Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
qwbarch committed Dec 26, 2024
1 parent adeb5cd commit bec14e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ maintainer: qwbarch <[email protected]>
category: Audio, Sound
homepage: https://github.com/qwbarch/silero-vad-hs
bug-reports: https://github.com/qwbarch/silero-vad-hs/issues
extra-doc-files: CHANGELOG.md
extra-doc-files:
- README.md
- CHANGELOG.md

synopsis: Voice activity detection powered by SileroVAD.
description: A haskell implentation of SileroVAD, a pre-trained enterprise-grade voice activity detector.
Expand Down Expand Up @@ -69,7 +71,6 @@ tests:
-threaded
-rtsopts
-with-rtsopts=-N
-O2
-flate-specialise
-fspecialise-aggressively
-Wall
Expand Down
3 changes: 2 additions & 1 deletion silero-vad.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ build-type: Simple
tested-with:
GHC == 9.8, GHC == 9.2.8, GHC == 8.10.7
extra-doc-files:
README.md
CHANGELOG.md
data-files:
lib/onnxruntime/linux-x64/libonnxruntime.so
Expand Down Expand Up @@ -187,7 +188,7 @@ test-suite test
TemplateHaskell
TypeApplications
TypeOperators
ghc-options: -threaded -rtsopts -with-rtsopts=-N -O2 -flate-specialise -fspecialise-aggressively -Wall -Wno-name-shadowing
ghc-options: -threaded -rtsopts -with-rtsopts=-N -flate-specialise -fspecialise-aggressively -Wall -Wno-name-shadowing
cc-options: -Wno-unused-result
include-dirs:
cbits
Expand Down

0 comments on commit bec14e0

Please sign in to comment.