Better formatting for .cabal file.
authorGuerric Chupin <guerric.chupin@gmail.com>
Wed, 6 Jul 2016 10:37:07 +0000 (11:37 +0100)
committerGuerric Chupin <guerric.chupin@gmail.com>
Wed, 6 Jul 2016 10:37:07 +0000 (11:37 +0100)
RMCA.cabal

index cb19cc4c4a303db2c06fbd62660ddccfbb3d5750..9f16a73109d13e04a0ceb6d21badd0e785aff70f 100644 (file)
@@ -20,8 +20,32 @@ data-files:          img/*.png, img/*.svg
 executable RMCA
   main-is:             RMCA/Main.hs
   -- other-modules:
-  other-extensions:    MultiParamTypeClasses, ScopedTypeVariables, Arrows, FlexibleInstances, TypeSynonymInstances, FlexibleContexts, GeneralizedNewtypeDeriving
-  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
+  other-extensions:    MultiParamTypeClasses
+                     , ScopedTypeVariables
+                     , Arrows
+                     , FlexibleInstances
+                     , TypeSynonymInstances
+                     , FlexibleContexts
+                     , GeneralizedNewtypeDeriving
+  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
   hs-source-dirs:      src
   build-tools:         hsc2hs
   default-language:    Haskell2010