Automatically cut audio books
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

91 satır
2.4KB

  1. cabal-version: 1.12
  2. -- This file has been generated from package.yaml by hpack version 0.34.4.
  3. --
  4. -- see: https://github.com/sol/hpack
  5. name: autocut
  6. version: 0.1.0.0
  7. description: Please see the README on GitHub at <https://github.com/githubuser/autocut#readme>
  8. homepage: https://github.com/githubuser/autocut#readme
  9. bug-reports: https://github.com/githubuser/autocut/issues
  10. author: Author name here
  11. maintainer: example@example.com
  12. copyright: 2022 Author name here
  13. license: BSD3
  14. license-file: LICENSE
  15. build-type: Simple
  16. extra-source-files:
  17. README.md
  18. CHANGELOG.md
  19. source-repository head
  20. type: git
  21. location: https://github.com/githubuser/autocut
  22. library
  23. exposed-modules:
  24. Driver
  25. Lib
  26. Parser
  27. Plot
  28. Types
  29. other-modules:
  30. Paths_autocut
  31. hs-source-dirs:
  32. src
  33. ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
  34. build-depends:
  35. base >=4.7 && <5
  36. , matplotlib
  37. , numeric-prelude
  38. , shell-utility
  39. , soxlib
  40. , storablevector
  41. , synthesizer-core
  42. , transformers
  43. , utility-ht
  44. default-language: Haskell2010
  45. executable autocut-exe
  46. main-is: Main.hs
  47. other-modules:
  48. Diffs
  49. Paths_autocut
  50. hs-source-dirs:
  51. app
  52. ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
  53. build-depends:
  54. autocut
  55. , base >=4.7 && <5
  56. , matplotlib
  57. , numeric-prelude
  58. , shell-utility
  59. , soxlib
  60. , storablevector
  61. , synthesizer-core
  62. , transformers
  63. , utility-ht
  64. default-language: Haskell2010
  65. test-suite autocut-test
  66. type: exitcode-stdio-1.0
  67. main-is: Spec.hs
  68. other-modules:
  69. Paths_autocut
  70. hs-source-dirs:
  71. test
  72. ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
  73. build-depends:
  74. autocut
  75. , base >=4.7 && <5
  76. , matplotlib
  77. , numeric-prelude
  78. , shell-utility
  79. , soxlib
  80. , storablevector
  81. , synthesizer-core
  82. , transformers
  83. , utility-ht
  84. default-language: Haskell2010