-- Initial trivmix.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: trivmix version: 2.4.4 -- 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 executable trivmix main-is: Trivmix.hs -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.8 , 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 , case-insensitive >=1.2 && <2 , filelock >=0.1 && <1 hs-source-dirs: src default-language: Haskell2010 ghc-options: -threaded -- Local Variables: -- firestarter: "nix-shell -p haskellPackages.cabal2nix --command 'cabal2nix ./.' | tee trivmix.nix" -- End: