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,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