1 -- Initial reactogon.cabal generated by cabal init. For further
2 -- documentation, see http://haskell.org/cabal/users-guide/
8 homepage: https://gitlab.com/chupin/reactogon
11 author: Guerric Chupin
12 maintainer: guerric.chupin@gmail.com
16 extra-source-files: ChangeLog.md, README.md
18 data-files: img/*.png, img/*.svg
23 other-extensions: MultiParamTypeClasses
27 , TypeSynonymInstances
29 , GeneralizedNewtypeDeriving
30 build-depends: base >=4.8 && <4.10
32 , cairo >=0.13 && <0.14
33 , keera-hails-reactivevalues >=0.2 && <0.3
34 , Yampa >=0.10 && <0.11
35 , gtk-helpers >=0.0 && <0.1
37 , keera-hails-reactive-gtk >=0.3 && <0.4
38 , keera-hails-reactive-yampa >=0.0 && <0.1
39 , containers >=0.5 && <0.6
42 , explicit-exception >=0.1 && <0.2
43 , transformers >=0.4 && <0.6
44 , event-list >=0.1 && <0.2
45 , keera-callbacks >=0.1 && <0.2
46 , glib >=0.13 && <0.14
49 default-language: Haskell2010
50 ghc-options: -O2 -threaded -W