-- Initial trivmix.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: trivmix version: 3.3.2 -- synopsis: -- description: license: PublicDomain license-file: LICENSE author: Gregor Kleen maintainer: aethoago@141.li -- copyright: category: Sound build-type: Simple -- extra-source-files: cabal-version: >=1.10 library hs-source-dirs: src default-language: Haskell2010 exposed-modules: Trivmix.Types build-depends: base >=4.8 && <5 , data-default >=0.5 && <1 , case-insensitive >=1.2 && <2 , refined >=0.1.2.1 && <1 executable trivmix main-is: Trivmix.hs -- other-modules: -- other-extensions: build-depends: 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 , trivmix hs-source-dirs: trivmix default-language: Haskell2010 ghc-options: -threaded executable adjmix main-is: Adjmix.hs build-depends: base >=4.8 && <5 , optparse-applicative >=0.11 && <1 , filepath >=1.3 && <2 , filelock >=0.1 && <1 , trivmix hs-source-dirs: adjmix default-language: Haskell2010