]> Git — Sourcephile - tmp/julm/arpeggigon.git/blob - RMCA.cabal
Piece settings are displayed correctly but cannot yet be updated.
[tmp/julm/arpeggigon.git] / RMCA.cabal
1 -- Initial reactogon.cabal generated by cabal init. For further
2 -- documentation, see http://haskell.org/cabal/users-guide/
3
4 name: RMCA
5 version: 0.1.0.0
6 -- synopsis:
7 -- description:
8 homepage: https://gitlab.com/chupin/reactogon
9 -- license:
10 license-file: LICENSE
11 author: Guerric Chupin
12 maintainer: guerric.chupin@gmail.com
13 -- copyright:
14 -- category:
15 build-type: Simple
16 extra-source-files: ChangeLog.md, README.md
17 cabal-version: >=1.10
18 data-files: img/*.png, img/*.svg
19
20 executable RMCA
21 main-is: RMCA/Main.hs
22 -- other-modules:
23 other-extensions: MultiParamTypeClasses, ScopedTypeVariables, Arrows, FlexibleInstances, TypeSynonymInstances, FlexibleContexts, GeneralizedNewtypeDeriving
24 build-depends: base >=4.8 && <4.10, array >=0.5 && <0.6, cairo >=0.13 && <0.14, keera-hails-reactivevalues >=0.2 && <0.3, Yampa >=0.10 && <0.11, gtk-helpers >=0.0 && <0.1, gtk >=0.14 && <0.15, keera-hails-reactive-gtk >=0.3 && <0.4, keera-hails-reactive-yampa >=0.0 && <0.1, containers >=0.5 && <0.6, jack >=0.7 && <0.8, midi >=0.2 && <0.3, explicit-exception >=0.1 && <0.2, transformers >=0.4 && <0.6, event-list >=0.1 && <0.2, keera-callbacks >=0.1 && <0.2, glib >=0.13 && <0.14, directory >=1.2 && <1.3, process >=1.4 && <1.5
25 hs-source-dirs: src
26 build-tools: hsc2hs
27 default-language: Haskell2010
28 ghc-options: -O2 -threaded