From bd7874ef606ae78bb8b626bd01906481feb784d6 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 7 Jun 2015 19:33:45 +0200 Subject: Rewrite in haskell --- trivmix.cabal | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 trivmix.cabal (limited to 'trivmix.cabal') diff --git a/trivmix.cabal b/trivmix.cabal new file mode 100644 index 0000000..ae9a72e --- /dev/null +++ b/trivmix.cabal @@ -0,0 +1,35 @@ +-- Initial trivmix.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: trivmix +version: 0.0.0 +-- 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 + hs-source-dirs: src + default-language: Haskell2010 + +-- Local Variables: +-- firestarter: "nix-shell -p haskellPackages.cabal2nix --command 'cabal2nix ./.' | tee trivmix.nix" +-- End: -- cgit v1.2.3