[DHG_packages] 04/05: vector-space: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 05:15:37 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 554d3445c2ee6127e89ca5da654a76b2351f80f7
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 01:14:00 2016 -0400
vector-space: build with ghc 8 in experimental
---
p/haskell-vector-space/debian/changelog | 6 ++++
p/haskell-vector-space/debian/control | 51 +++++++++++++++++++++------------
p/haskell-vector-space/debian/copyright | 2 +-
3 files changed, 40 insertions(+), 19 deletions(-)
diff --git a/p/haskell-vector-space/debian/changelog b/p/haskell-vector-space/debian/changelog
index a55b1fd..6a9831e 100644
--- a/p/haskell-vector-space/debian/changelog
+++ b/p/haskell-vector-space/debian/changelog
@@ -1,3 +1,9 @@
+haskell-vector-space (0.10.4-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 01:13:55 -0400
+
haskell-vector-space (0.10.4-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-vector-space/debian/control b/p/haskell-vector-space/debian/control
index c5c82fb..2820e70 100644
--- a/p/haskell-vector-space/debian/control
+++ b/p/haskell-vector-space/debian/control
@@ -1,36 +1,44 @@
Source: haskell-vector-space
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>, Iulian Udrea <iulian at physics.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
+ Iulian Udrea <iulian at physics.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-boolean-dev (>= 0.1.0),
libghc-boolean-prof,
libghc-memotrie-dev (>= 0.5),
libghc-memotrie-prof,
libghc-numinstances-dev (>= 1.0),
libghc-numinstances-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-boolean-doc,
libghc-memotrie-doc,
libghc-numinstances-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/vector-space
-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-vector-space
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-vector-space-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Vector & affine spaces, linear maps, and derivatives library${haskell:ShortBlurb}
vector-space provides classes and generic operations for vector spaces
and affine spaces. It also defines a type of infinite towers of generalized
@@ -41,11 +49,15 @@ Description: Vector & affine spaces, linear maps, and derivatives library${haske
Package: libghc-vector-space-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Vector & affine spaces, linear maps, and derivatives library${haskell:ShortBlurb}
vector-space provides classes and generic operations for vector spaces
and affine spaces. It also defines a type of infinite towers of generalized
@@ -57,10 +69,13 @@ Description: Vector & affine spaces, linear maps, and derivatives library${haske
Package: libghc-vector-space-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: Vector & affine spaces, linear maps, and derivatives library${haskell:ShortBlurb}
vector-space provides classes and generic operations for vector spaces
and affine spaces. It also defines a type of infinite towers of generalized
diff --git a/p/haskell-vector-space/debian/copyright b/p/haskell-vector-space/debian/copyright
index 5203d9e..c9962b9 100644
--- a/p/haskell-vector-space/debian/copyright
+++ b/p/haskell-vector-space/debian/copyright
@@ -36,4 +36,4 @@ License: BSD-3-clause
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 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
+ THIS SOFTWARE, EVEN IF ADVISED OF THE 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