summaryrefslogtreecommitdiff
path: root/p/haskell-stmonadtrans/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-stmonadtrans/debian/control')
-rw-r--r--p/haskell-stmonadtrans/debian/control65
1 files changed, 65 insertions, 0 deletions
diff --git a/p/haskell-stmonadtrans/debian/control b/p/haskell-stmonadtrans/debian/control
new file mode 100644
index 000000000..eca882412
--- /dev/null
+++ b/p/haskell-stmonadtrans/debian/control
@@ -0,0 +1,65 @@
+Source: haskell-stmonadtrans
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata@debian.org>
+Build-Depends: debhelper (>= 9)
+ , cdbs
+ , haskell-devscripts (>= 0.8.15)
+ , ghc
+ , ghc-prof
+ , libghc-mtl-dev (>= 0.1)
+ , libghc-mtl-dev (<< 0.2)
+ , libghc-mtl-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-mtl-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/stmonadtrans
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-stmonadtrans
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-stmonadtrans
+X-Description: monad transformer version of the ST monad
+ This package provides a monad transformer version of the ST monad.
+ .
+ Warning! This monad transformer should not be used with monads that can
+ contain multiple answers, like the list monad. The reason is that the will be
+ duplicated across the different answers and this cause Bad Things to happen
+ (such as loss of referential transparency). Safe monads include the monads
+ State, Reader, Writer, Maybe and combinations of their corresponding monad
+ transformers.
+
+
+Package: libghc-stmonadtrans-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-stmonadtrans-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-stmonadtrans-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}