~ubuntu-branches/ubuntu/wily/haskell-ekg/wily

« back to all changes in this revision

Viewing changes to ekg.cabal

  • Committer: Package Import Robot
  • Author(s): Clint Adams, Louis Bettens, Clint Adams
  • Date: 2013-08-03 13:45:40 UTC
  • mfrom: (3.2.2 sid)
  • Revision ID: package-import@ubuntu.com-20130803134540-votrcuhfo3v040hj
Tags: 0.3.1.3-1
[ Louis Bettens ]
* /usr/share/ekg-0.3.1.2 -> /usr/share/ekg
* Bump version of Build-Depends: on haskell-devscripts

[ Clint Adams ]
* New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
name:                ekg
2
 
version:             0.3.1.2
 
2
version:             0.3.1.3
3
3
synopsis:            Remote monitoring of processes
4
4
description:
5
5
  This library lets you remotely monitor a running process over HTTP.
28
28
                       System.Remote.Monitoring
29
29
 
30
30
  other-modules:       Paths_ekg
 
31
                       System.Remote.Common
31
32
                       System.Remote.Counter.Internal
32
33
                       System.Remote.Gauge.Internal
33
34
                       System.Remote.Label.Internal
 
35
                       System.Remote.Snap
34
36
 
35
37
  build-depends:       aeson < 0.7,
36
38
                       base >= 4.5 && < 5,
37
39
                       bytestring < 1.0,
38
40
                       containers < 0.6,
39
41
                       filepath < 1.4,
 
42
                       network < 2.5,
40
43
                       snap-core < 0.10,
41
44
                       snap-server < 0.10,
42
45
                       text < 0.12,