From d5b4de2923191c6074d66f8ebab8e18a4a5fe7e9 Mon Sep 17 00:00:00 2001 From: Johan Tibell Date: Thu, 21 Nov 2013 20:34:33 +0100 Subject: [PATCH] Whitespace-only in .cabal --- ekg.cabal | 50 +++++++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 23 deletions(-) diff --git a/ekg.cabal b/ekg.cabal index 0033c10..77239a0 100644 --- a/ekg.cabal +++ b/ekg.cabal @@ -22,31 +22,35 @@ extra-source-files: LICENSE.icons LICENSE.javascript README.md examples/Basic.hs library - exposed-modules: System.Remote.Counter - System.Remote.Gauge - System.Remote.Label - System.Remote.Monitoring + exposed-modules: + System.Remote.Counter + System.Remote.Gauge + System.Remote.Label + System.Remote.Monitoring - other-modules: Paths_ekg - System.Remote.Common - System.Remote.Counter.Internal - System.Remote.Gauge.Internal - System.Remote.Label.Internal - System.Remote.Snap + other-modules: + Paths_ekg + System.Remote.Common + System.Remote.Counter.Internal + System.Remote.Gauge.Internal + System.Remote.Label.Internal + System.Remote.Snap - build-depends: aeson < 0.7, - base >= 4.5 && < 5, - bytestring < 1.0, - containers < 0.6, - filepath < 1.4, - network < 2.5, - snap-core < 0.10, - snap-server < 0.10, - text < 0.12, - time < 1.5, - transformers < 0.4, - unordered-containers < 0.3 - ghc-options: -Wall + build-depends: + aeson < 0.7, + base >= 4.5 && < 5, + bytestring < 1.0, + containers < 0.6, + filepath < 1.4, + network < 2.5, + snap-core < 0.10, + snap-server < 0.10, + text < 0.12, + time < 1.5, + transformers < 0.4, + unordered-containers < 0.3 + + ghc-options: -Wall source-repository head type: git