summaryrefslogtreecommitdiff
path: root/p/haskelldb/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskelldb/debian/control')
-rw-r--r--p/haskelldb/debian/control104
1 files changed, 0 insertions, 104 deletions
diff --git a/p/haskelldb/debian/control b/p/haskelldb/debian/control
deleted file mode 100644
index 4888efd8a..000000000
--- a/p/haskelldb/debian/control
+++ /dev/null
@@ -1,104 +0,0 @@
-Source: haskelldb
-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders:
- Joachim Breitner <nomeata@debian.org>,
-Priority: extra
-Section: haskell
-Build-Depends:
- cdbs,
- debhelper (>= 9),
- ghc (>= 8),
- ghc-prof,
- haskell-devscripts (>= 0.10),
- libghc-mtl-dev (<< 3),
- libghc-mtl-dev (>= 1.1),
- libghc-mtl-prof,
- libghc-old-locale-dev (<< 2),
- libghc-old-locale-dev (>= 1),
- libghc-old-locale-prof,
- libghc-old-time-dev (<< 2),
- libghc-old-time-dev (>= 1),
- libghc-old-time-prof,
-Build-Depends-Indep:
- ghc-doc,
- libghc-mtl-doc,
- libghc-old-locale-doc,
- libghc-old-time-doc,
-Standards-Version: 3.9.8
-Homepage: https://github.com/m4dc4p/haskelldb
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskelldb
-Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-
-Package: libghc-haskelldb-dev
-Architecture: any
-Depends:
- ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
-Recommends:
- ${haskell:Recommends},
-Suggests:
- ${haskell:Suggests},
-Provides:
- ${haskell:Provides},
-Description: Haskell library for expressing database queries
- HaskellDB is library for expressing database queries and operations
- in a type safe and declarative way. This package contains the library
- for use with GHC.
- .
- HaskellDB compiles a relational algebra-like syntax into SQL, submits
- the operations to the database for processing, and returns the
- results as ordinary Haskell values.
-
-Package: libghc-haskelldb-prof
-Architecture: any
-Depends:
- ${haskell:Depends},
- ${misc:Depends},
-Recommends:
- ${haskell:Recommends},
-Suggests:
- ${haskell:Suggests},
-Provides:
- ${haskell:Provides},
-Description: Haskell library for expressing database queries; profiling libraries
- HaskellDB is library for expressing database queries and operations
- in a type safe and declarative way. This package contains the library
- for use with GHC.
- .
- HaskellDB compiles a relational algebra-like syntax into SQL, submits
- the operations to the database for processing, and returns the
- results as ordinary Haskell values.
-
-Package: haskelldb-doc
-Architecture: all
-Section: doc
-Depends:
- haskell-haskelldb-doc,
- ${misc:Depends},
-Description: transitional dummy package
- This package is a dummy package and is used to easy the upgrade from
- previous versions of haskelldb-doc to haskell-haskelldb-doc.
- .
- This package can safely be removed.
-
-Package: libghc-haskelldb-doc
-Architecture: all
-Section: doc
-Depends:
- ${haskell:Depends},
- ${misc:Depends},
-Recommends:
- ${haskell:Recommends},
-Suggests:
- ${haskell:Suggests},
-Conflicts:
- haskell-haskelldb-doc (<< 0.12-6),
-Provides:
- haskell-haskelldb-doc,
-Replaces:
- haskell-haskelldb-doc (<< 0.12-6),
- haskelldb-doc (<< 0.10-1),
-Description: API documentation of haskelldb
- The API documentation of HaskellDB, a Haskell library for expressing
- database queries and operations in a type safe and declarative way.