~ubuntu-branches/ubuntu/wily/haskell-stmonadtrans/wily-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Joachim Breitner
  • Date: 2014-07-26 14:31:21 UTC
  • Revision ID: package-import@ubuntu.com-20140726143121-a2tc78rrf5gz73t6
Tags: 0.3.2-1
Initial release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: haskell-stmonadtrans
 
2
Section: haskell
 
3
Priority: extra
 
4
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
 
5
Uploaders: Joachim Breitner <nomeata@debian.org>
 
6
Build-Depends: debhelper (>= 9)
 
7
  , cdbs
 
8
  , haskell-devscripts (>= 0.8.15)
 
9
  , ghc
 
10
  , ghc-prof
 
11
  , libghc-mtl-dev
 
12
  , libghc-mtl-prof
 
13
Build-Depends-Indep: ghc-doc
 
14
  , libghc-mtl-doc
 
15
Standards-Version: 3.9.2
 
16
Homepage: http://hackage.haskell.org/package/stmonadtrans
 
17
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-stmonadtrans
 
18
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-stmonadtrans
 
19
X-Description: monad transformer version of the ST monad
 
20
 This package provides a monad transformer version of the ST monad.
 
21
 .
 
22
 Warning! This monad transformer should not be used with monads that can
 
23
 contain multiple answers, like the list monad. The reason is that the will be
 
24
 duplicated across the different answers and this cause Bad Things to happen
 
25
 (such as loss of referential transparency). Safe monads include the monads
 
26
 State, Reader, Writer, Maybe and combinations of their corresponding monad
 
27
 transformers.
 
28
 
 
29
Package: libghc-stmonadtrans-dev
 
30
Architecture: any
 
31
Depends: ${haskell:Depends}
 
32
  , ${shlibs:Depends}
 
33
  , ${misc:Depends}
 
34
Recommends: ${haskell:Recommends}
 
35
Suggests: ${haskell:Suggests}
 
36
Provides: ${haskell:Provides}
 
37
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
38
 ${haskell:LongDescription}
 
39
 .
 
40
 ${haskell:Blurb}
 
41
 
 
42
Package: libghc-stmonadtrans-prof
 
43
Architecture: any
 
44
Depends: ${haskell:Depends}
 
45
  , ${misc:Depends}
 
46
Recommends: ${haskell:Recommends}
 
47
Suggests: ${haskell:Suggests}
 
48
Provides: ${haskell:Provides}
 
49
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
50
 ${haskell:LongDescription}
 
51
 .
 
52
 ${haskell:Blurb}
 
53
 
 
54
Package: libghc-stmonadtrans-doc
 
55
Section: doc
 
56
Architecture: all
 
57
Depends: ${misc:Depends}, ${haskell:Depends}
 
58
Recommends: ${haskell:Recommends}
 
59
Suggests: ${haskell:Suggests}
 
60
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
61
 ${haskell:LongDescription}
 
62
 .
 
63
 ${haskell:Blurb}