Automatically cut audio books
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
2.3KB

  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. Types
  28. other-modules:
  29. Paths_autocut
  30. hs-source-dirs:
  31. src
  32. ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
  33. build-depends:
  34. base >=4.7 && <5
  35. , numeric-prelude
  36. , shell-utility
  37. , soxlib
  38. , storablevector
  39. , synthesizer-core
  40. , transformers
  41. , utility-ht
  42. default-language: Haskell2010
  43. executable autocut-exe
  44. main-is: Main.hs
  45. other-modules:
  46. Paths_autocut
  47. hs-source-dirs:
  48. app
  49. 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
  50. build-depends:
  51. autocut
  52. , base >=4.7 && <5
  53. , numeric-prelude
  54. , shell-utility
  55. , soxlib
  56. , storablevector
  57. , synthesizer-core
  58. , transformers
  59. , utility-ht
  60. default-language: Haskell2010
  61. test-suite autocut-test
  62. type: exitcode-stdio-1.0
  63. main-is: Spec.hs
  64. other-modules:
  65. Paths_autocut
  66. hs-source-dirs:
  67. test
  68. 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
  69. build-depends:
  70. autocut
  71. , base >=4.7 && <5
  72. , numeric-prelude
  73. , shell-utility
  74. , soxlib
  75. , storablevector
  76. , synthesizer-core
  77. , transformers
  78. , utility-ht
  79. default-language: Haskell2010