[DHG_packages] 02/05: postgresql-simple: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 17:55:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 5bb9a90583fb8a1812a20b4e760cf00db64e88a8
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 13:50:21 2016 -0400
postgresql-simple: build with ghc 8 in experimental
---
p/haskell-postgresql-simple/debian/changelog | 6 +++++
p/haskell-postgresql-simple/debian/control | 40 +++++++++++++---------------
p/haskell-postgresql-simple/debian/copyright | 2 +-
3 files changed, 26 insertions(+), 22 deletions(-)
diff --git a/p/haskell-postgresql-simple/debian/changelog b/p/haskell-postgresql-simple/debian/changelog
index 5676652..f8fa07a 100644
--- a/p/haskell-postgresql-simple/debian/changelog
+++ b/p/haskell-postgresql-simple/debian/changelog
@@ -1,3 +1,9 @@
+haskell-postgresql-simple (0.5.2.1-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 13:49:55 -0400
+
haskell-postgresql-simple (0.5.2.1-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-postgresql-simple/debian/control b/p/haskell-postgresql-simple/debian/control
index 4640d47..2011c54 100644
--- a/p/haskell-postgresql-simple/debian/control
+++ b/p/haskell-postgresql-simple/debian/control
@@ -3,11 +3,12 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Clint Adams <clint at debian.org>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-aeson-dev (>= 0.6),
libghc-aeson-prof,
libghc-attoparsec-dev (>= 0.10.3),
@@ -16,8 +17,8 @@ Build-Depends: debhelper (>= 9),
libghc-case-insensitive-prof,
libghc-hashable-dev,
libghc-hashable-prof,
- libghc-postgresql-libpq-dev (>= 0.9),
libghc-postgresql-libpq-dev (<< 0.10),
+ libghc-postgresql-libpq-dev (>= 0.9),
libghc-postgresql-libpq-prof,
libghc-scientific-dev,
libghc-scientific-prof,
@@ -27,7 +28,8 @@ Build-Depends: debhelper (>= 9),
libghc-uuid-types-prof,
libghc-vector-dev,
libghc-vector-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-aeson-doc,
libghc-attoparsec-doc,
libghc-case-insensitive-doc,
@@ -39,17 +41,15 @@ Build-Depends-Indep: ghc-doc,
libghc-vector-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/postgresql-simple
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-postgresql-simple
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-postgresql-simple-dev
Architecture: any
-Depends: ${shlibs:Depends},
- ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: mid-level PostgreSQL client library
Mid-level client library for the PostgreSQL database, aimed at ease of
use and high performance.
@@ -58,11 +58,10 @@ Description: mid-level PostgreSQL client library
Package: libghc-postgresql-simple-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: mid-level PostgreSQL client library; profiling libraries
Mid-level client library for the PostgreSQL database, aimed at ease of
use and high performance.
@@ -72,10 +71,9 @@ Description: mid-level PostgreSQL client library; profiling libraries
Package: libghc-postgresql-simple-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: mid-level PostgreSQL client library; documentation
Mid-level client library for the PostgreSQL database, aimed at ease of
use and high performance.
diff --git a/p/haskell-postgresql-simple/debian/copyright b/p/haskell-postgresql-simple/debian/copyright
index 0cd50a7..c413c25 100644
--- a/p/haskell-postgresql-simple/debian/copyright
+++ b/p/haskell-postgresql-simple/debian/copyright
@@ -73,4 +73,4 @@ License: BSD-3-clause
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+ POSSIBILITY OF SUCH DAMAGE.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list