[Git][haskell-team/DHG_packages][master] Initial packaging of clash-ghc-1.6.3

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Fri Oct 7 02:58:09 BST 2022



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
af13ca08 by Scott Talbert at 2022-10-06T20:53:38-04:00
Initial packaging of clash-ghc-1.6.3

- - - - -


8 changed files:

- + p/haskell-clash-ghc/debian/changelog
- + p/haskell-clash-ghc/debian/compat
- + p/haskell-clash-ghc/debian/control
- + p/haskell-clash-ghc/debian/copyright
- + p/haskell-clash-ghc/debian/haskell-clash-ghc-utils.install
- + p/haskell-clash-ghc/debian/rules
- + p/haskell-clash-ghc/debian/source/format
- + p/haskell-clash-ghc/debian/watch


Changes:

=====================================
p/haskell-clash-ghc/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-clash-ghc (1.6.3-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Scott Talbert <swt at techie.net>  Thu, 06 Oct 2022 20:11:03 -0400


=====================================
p/haskell-clash-ghc/debian/compat
=====================================
@@ -0,0 +1 @@
+10


=====================================
p/haskell-clash-ghc/debian/control
=====================================
@@ -0,0 +1,165 @@
+Source: haskell-clash-ghc
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Scott Talbert <swt at techie.net>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-clash-lib-dev (>= 1.6.3),
+ libghc-clash-lib-dev (<< 1.6.4),
+ libghc-clash-lib-prof,
+ libghc-clash-prelude-dev (>= 1.6.3),
+ libghc-clash-prelude-dev (<< 1.6.4),
+ libghc-clash-prelude-prof,
+ libghc-concurrent-supply-dev (>= 0.1.7),
+ libghc-concurrent-supply-dev (<< 0.2),
+ libghc-concurrent-supply-prof,
+ libghc-data-binary-ieee754-dev (>= 0.4.4),
+ libghc-data-binary-ieee754-dev (<< 0.6),
+ libghc-data-binary-ieee754-prof,
+ libghc-extra-dev (>= 1.6),
+ libghc-extra-dev (<< 1.8),
+ libghc-extra-prof,
+ libghc-ghc-typelits-extra-dev (>= 0.3.2),
+ libghc-ghc-typelits-extra-dev (<< 0.5),
+ libghc-ghc-typelits-extra-prof,
+ libghc-ghc-typelits-knownnat-dev (>= 0.6),
+ libghc-ghc-typelits-knownnat-dev (<< 0.8),
+ libghc-ghc-typelits-knownnat-prof,
+ libghc-ghc-typelits-natnormalise-dev (>= 0.6),
+ libghc-ghc-typelits-natnormalise-dev (<< 0.8),
+ libghc-ghc-typelits-natnormalise-prof,
+ libghc-hashable-dev (>= 1.1.2.3),
+ libghc-hashable-dev (<< 1.5),
+ libghc-hashable-prof,
+ libghc-lens-dev (>= 4.10),
+ libghc-lens-dev (<< 5.1.0),
+ libghc-lens-prof,
+ libghc-primitive-dev (>= 0.5.0.1),
+ libghc-primitive-dev (<< 1.0),
+ libghc-primitive-prof,
+ libghc-reflection-dev (>= 2.1.2),
+ libghc-reflection-dev (<< 3.0),
+ libghc-reflection-prof,
+ libghc-split-dev (>= 0.2.3),
+ libghc-split-dev (<< 0.3),
+ libghc-split-prof,
+ libghc-uniplate-dev (>= 1.6.12),
+ libghc-uniplate-dev (<< 1.8),
+ libghc-uniplate-prof,
+ libghc-unordered-containers-dev (>= 0.2.1.0),
+ libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-prof,
+ libghc-utf8-string-dev (>= 1.0.0.0),
+ libghc-utf8-string-dev (<< 1.1.0.0),
+ libghc-utf8-string-prof,
+ libghc-vector-dev (>= 0.11),
+ libghc-vector-dev (<< 1.0),
+ libghc-vector-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-clash-lib-doc,
+ libghc-clash-prelude-doc,
+ libghc-concurrent-supply-doc,
+ libghc-data-binary-ieee754-doc,
+ libghc-extra-doc,
+ libghc-ghc-typelits-extra-doc,
+ libghc-ghc-typelits-knownnat-doc,
+ libghc-ghc-typelits-natnormalise-doc,
+ libghc-hashable-doc,
+ libghc-lens-doc,
+ libghc-primitive-doc,
+ libghc-reflection-doc,
+ libghc-split-doc,
+ libghc-uniplate-doc,
+ libghc-unordered-containers-doc,
+ libghc-utf8-string-doc,
+ libghc-vector-doc,
+Standards-Version: 4.6.1
+Homepage: https://clash-lang.org/
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-clash-ghc
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-clash-ghc]
+X-Description: Clash: functional hardware descr. language - GHC frontend
+ Clash is a functional hardware description language that borrows both its
+ syntax and semantics from the functional programming language Haskell. The
+ Clash compiler transforms these high-level descriptions to low-level
+ synthesizable VHDL, Verilog, or SystemVerilog.
+ .
+ Features of Clash:
+ .
+  * Strongly typed, but with a very high degree of type inference, enabling both
+    safe and fast prototyping using concise descriptions.
+ .
+  * Interactive REPL: load your designs in an interpreter and easily test all
+    your component without needing to setup a test bench.
+ .
+  * Higher-order functions, with type inference, result in designs that are
+    fully parametric by default.
+ .
+  * Synchronous sequential circuit design based on streams of values, called
+    @Signal at s, lead to natural descriptions of feedback loops.
+ .
+  * Support for multiple clock domains, with type safe clock domain crossing.
+ .
+ This package provides:
+ .
+  * Clash Compiler binary using GHC/Haskell as a frontend
+ .
+ Prelude library: <https://hackage.haskell.org/package/clash-prelude>
+
+Package: libghc-clash-ghc-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-clash-ghc-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-clash-ghc-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: haskell-clash-ghc-utils
+Architecture: any
+Section: misc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}


=====================================
p/haskell-clash-ghc/debian/copyright
=====================================
@@ -0,0 +1,90 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: clash-ghc
+Upstream-Contact: QBayLogic B.V. <devops at qbaylogic.com>
+Source: https://hackage.haskell.org/package/clash-ghc
+
+Files: *
+Copyright: Copyright © 2012-2017, University of Twente,
+ 2016-2017, Myrtle Software Ltd,
+ 2017-2022, QBayLogic B.V.
+ 2017-2022, Google Inc.
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-2-clause
+
+Files: cbits/PosixSource.h
+Copyright: (c) The GHC Team, 1998-2005
+License: BSD-2-clause
+
+Files: src-bin-8.10/Clash/Main.hs
+Copyright: (c) The University of Glasgow 2005
+License: BSD-2-clause
+
+Files: src-bin-8.10/Clash/GHCi/*
+Copyright: (c) The GHC Team 2005-2007
+License: BSD-2-clause
+
+Files: src-bin-861/Clash/Main.hs
+Copyright: (c) The University of Glasgow 2005
+License: BSD-2-clause
+
+Files: src-bin-861/Clash/GHCi/*
+Copyright: (c) The GHC Team 2005-2007
+License: BSD-2-clause
+
+Files: src-bin-881/Clash/Main.hs
+Copyright: (c) The University of Glasgow 2005
+License: BSD-2-clause
+
+Files: src-bin-881/Clash/GHCi/*
+Copyright: (c) The GHC Team 2005-2007
+License: BSD-2-clause
+
+Files: src-bin-9.0/Clash/Main.hs
+Copyright: (c) The University of Glasgow 2005
+License: BSD-2-clause
+
+Files: src-bin-9.0/Clash/GHCi/*
+Copyright: (c) The GHC Team 2005-2007
+License: BSD-2-clause
+
+Files: src-bin-common/*
+Copyright: (C) 2021-2022, QBayLogic
+License: BSD-2-clause
+
+Files: src-ghc/*
+Copyright:
+ 2013-2017, University of Twente
+ 2016-2017, Myrtle Software Ltd
+ 2017-2022, QBayLogic B.V.
+ 2017-2022, Google Inc.
+ 2017, QBayLogic, Google Inc.
+License: BSD-2-clause
+
+License: BSD-2-clause
+ Copyright (c) 2012-2016, University of Twente,
+               2016-2019, Myrtle Software Ltd,
+               2017-2019, QBayLogic B.V., Google Inc.
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions of source code must retain the above copyright notice, this
+    list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright notice,
+    this list of conditions and the following disclaimer in the documentation
+    and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, 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.


=====================================
p/haskell-clash-ghc/debian/haskell-clash-ghc-utils.install
=====================================
@@ -0,0 +1,2 @@
+dist-ghc/build/clash/clash usr/bin
+dist-ghc/build/clashi/clashi usr/bin


=====================================
p/haskell-clash-ghc/debian/rules
=====================================
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = clash-ghc
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/haskell-clash-ghc-utils:: build-ghc-stamp


=====================================
p/haskell-clash-ghc/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
p/haskell-clash-ghc/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/clash-ghc/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/af13ca08cc3acd3936b479d5d78fc562c42a2719

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/af13ca08cc3acd3936b479d5d78fc562c42a2719
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20221007/d8094377/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list