summaryrefslogtreecommitdiff
path: root/p/haskell-monadcatchio-mtl/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-monadcatchio-mtl/debian/control')
-rw-r--r--p/haskell-monadcatchio-mtl/debian/control62
1 files changed, 0 insertions, 62 deletions
diff --git a/p/haskell-monadcatchio-mtl/debian/control b/p/haskell-monadcatchio-mtl/debian/control
deleted file mode 100644
index c516890eb..000000000
--- a/p/haskell-monadcatchio-mtl/debian/control
+++ /dev/null
@@ -1,62 +0,0 @@
-Source: haskell-monadcatchio-mtl
-Section: haskell
-Priority: extra
-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Marco TĂșlio Gontijo e Silva <marcot@debian.org>, Clint Adams <clint@debian.org>
-Build-Depends: debhelper (>= 9)
- , cdbs
- , haskell-devscripts (>= 0.9)
- , ghc
- , ghc-prof
- , libghc-extensible-exceptions-dev
- , libghc-extensible-exceptions-prof
- , libghc-monadcatchio-transformers-dev (>= 0.3.1.0)
- , libghc-monadcatchio-transformers-dev (<< 0.3.1.1)
- , libghc-monadcatchio-transformers-prof
-Build-Depends-Indep: ghc-doc
- , libghc-extensible-exceptions-doc
- , libghc-monadcatchio-transformers-doc
-Standards-Version: 3.9.4
-Homepage: http://hackage.haskell.org/package/MonadCatchIO-mtl
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-monadcatchio-mtl
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-monadcatchio-mtl
-
-Package: libghc-monadcatchio-mtl-dev
-Architecture: any
-Depends: ${haskell:Depends}
- , ${shlibs:Depends}
- , ${misc:Depends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
-Description: monad-transformer version of the Control.Exception module${haskell:ShortBlurb}
- Provides a monad-transformer version of the Control.Exception.catch
- function. For this, it defines the MonadCatchIO class, a subset of MonadIO. It
- defines proper instances for most monad transformers in the mtl library.
- .
- ${haskell:Blurb}
-
-Package: libghc-monadcatchio-mtl-prof
-Architecture: any
-Depends: ${haskell:Depends}
- , ${shlibs:Depends}
- , ${misc:Depends}
-Provides: ${haskell:Provides}
-Description: monad-transformer version of the Control.Exception module${haskell:ShortBlurb}
- Provides a monad-transformer version of the Control.Exception.catch
- function. For this, it defines the MonadCatchIO class, a subset of MonadIO. It
- defines proper instances for most monad transformers in the mtl library.
- .
- ${haskell:Blurb}
-
-Package: libghc-monadcatchio-mtl-doc
-Section: doc
-Architecture: all
-Depends: ${haskell:Depends}, ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Description: monad-transformer version of the Control.Exception module${haskell:ShortBlurb}
- Provides a monad-transformer version of the Control.Exception.catch
- function. For this, it defines the MonadCatchIO class, a subset of MonadIO. It
- defines proper instances for most monad transformers in the mtl library.
- .
- ${haskell:Blurb}