name: trivmix version: 4.1.0 license: PublicDomain license-file: LICENSE author: Gregor Kleen category: Sound build-type: Simple git: https://git.yggdrasil.li/gkleen/pub/trivmix library: ghc-options: -O2 source-dirs: src exposed-modules: Trivmix.Types dependencies: - base >=4.8 && <5 - data-default >=0.5 && <1 - case-insensitive >=1.2 && <2 - refined >=0.1.2.1 && <1 - scientific >=0.3.5.3 && <1 - th-lift >=0.7.8 && <1 - ieee754 >=0.8.0 && <1 executables: trivmix: ghc-options: -threaded -O2 main: Trivmix.hs source-dirs: trivmix dependencies: - base >=4.8 && <5 - jack >=0.7 && <1 - optparse-applicative >=0.11 && <1 - directory >=1.2 && <2 - filepath >=1.3 && <2 - unix >=2.7 && <3 - hinotify >=0.3 && <1 - transformers >=0.3 && <1 - explicit-exception >=0.1 && <1 - process >=1.2 && <2 - filelock >=0.1 && <1 - systemd >=1.1.2 && <2 - heredoc >=0.2.0.0 && <1 - refined >=0.1.2.1 && <1 - scientific >=0.3.5.3 && <1 - concurrent-output >=1.10.5 && <2 - ieee754 >=0.8.0 && <1 - trivmix adjmix: ghc-options: -threaded -O2 main: Adjmix.hs source-dirs: adjmix dependencies: - base >=4.8 && <5 - optparse-applicative >=0.11 && <1 - filepath >=1.3 && <2 - filelock >=0.1 && <1 - trivmix