name: trivmix version: 4.0.1 category: Sound author: Gregor Kleen license: PublicDomain license-file: LICENSE build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://git.yggdrasil.li/gkleen/pub/trivmix library exposed-modules: Trivmix.Types other-modules: Data.Scientific.Lift Paths_trivmix hs-source-dirs: src build-depends: base >=4.8 && <5 , case-insensitive >=1.2 && <2 , data-default >=0.5 && <1 , refined >=0.1.2.1 && <1 , scientific >=0.3.6.2 && <1 , th-lift >=0.7.10 && <1 default-language: Haskell2010 executable adjmix main-is: Adjmix.hs other-modules: Paths_trivmix hs-source-dirs: adjmix build-depends: base >=4.8 && <5 , filelock >=0.1 && <1 , filepath >=1.3 && <2 , optparse-applicative >=0.11 && <1 , trivmix default-language: Haskell2010 executable trivmix main-is: Trivmix.hs other-modules: Paths_trivmix hs-source-dirs: trivmix build-depends: base >=4.8 && <5 , directory >=1.2 && <2 , explicit-exception >=0.1 && <1 , filelock >=0.1 && <1 , filepath >=1.3 && <2 , heredoc >=0.2.0.0 && <1 , hinotify >=0.3 && <1 , jack >=0.7 && <1 , optparse-applicative >=0.11 && <1 , process >=1.2 && <2 , refined >=0.1.2.1 && <1 , systemd >=1.1.2 && <2 , transformers >=0.3 && <1 , trivmix , unix >=2.7 && <3 default-language: Haskell2010