Whitespace-only in .cabal

This commit is contained in:
Johan Tibell 2013-11-21 20:34:33 +01:00
parent 2e85dba097
commit d5b4de2923

View file

@ -22,19 +22,22 @@ extra-source-files: LICENSE.icons LICENSE.javascript README.md
examples/Basic.hs
library
exposed-modules: System.Remote.Counter
exposed-modules:
System.Remote.Counter
System.Remote.Gauge
System.Remote.Label
System.Remote.Monitoring
other-modules: Paths_ekg
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,
build-depends:
aeson < 0.7,
base >= 4.5 && < 5,
bytestring < 1.0,
containers < 0.6,
@ -46,6 +49,7 @@ library
time < 1.5,
transformers < 0.4,
unordered-containers < 0.3
ghc-options: -Wall
source-repository head