[Git][haskell-team/DHG_packages][master] add ghc-exactprint

Clint Adams gitlab at salsa.debian.org
Sun Jul 26 22:13:35 BST 2020



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
c4b844ff by Clint Adams at 2020-07-26T17:13:18-04:00
add ghc-exactprint

- - - - -


7 changed files:

- + p/haskell-ghc-exactprint/debian/changelog
- + p/haskell-ghc-exactprint/debian/compat
- + p/haskell-ghc-exactprint/debian/control
- + p/haskell-ghc-exactprint/debian/copyright
- + p/haskell-ghc-exactprint/debian/rules
- + p/haskell-ghc-exactprint/debian/source/format
- + p/haskell-ghc-exactprint/debian/watch


Changes:

=====================================
p/haskell-ghc-exactprint/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-ghc-exactprint (0.6.2-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Sun, 26 Jul 2020 16:21:09 -0400


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


=====================================
p/haskell-ghc-exactprint/debian/control
=====================================
@@ -0,0 +1,84 @@
+Source: haskell-ghc-exactprint
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-free-dev (>= 4.12),
+ libghc-free-prof (>= 4.12),
+ libghc-ghc-paths-dev (>= 0.1),
+ libghc-ghc-paths-prof (>= 0.1),
+ libghc-syb-dev (>= 0.5),
+ libghc-syb-prof (>= 0.5),
+ libghc-diff-dev,
+ libghc-diff-prof,
+ libghc-hunit-dev (>= 1.2),
+ libghc-hunit-prof (>= 1.2),
+ libghc-filemanip-dev (>= 0.3),
+ libghc-filemanip-prof (>= 0.3),
+ libghc-silently-dev (>= 1.2),
+ libghc-silently-prof (>= 1.2),
+Build-Depends-Indep: ghc-doc,
+ libghc-free-doc,
+ libghc-ghc-paths-doc,
+ libghc-syb-doc,
+Standards-Version: 4.5.0
+X-Description: ExactPrint for GHC
+ Using the API Annotations available from GHC 7.10.2, this
+ library provides a means to round trip any code that can
+ be compiled by GHC, currently excluding lhs files.
+ .
+ It does this with a phased approach:
+  * Delta - converts GHC API Annotations into relative
+    offsets, indexed by SrcSpan
+  * Transform - functions to facilitate changes to
+    the AST, adjusting the annotations generated in the
+    Delta phase to suit the changes.
+  * Print - converts an AST and its annotations to
+    properly formatted source text.
+  * Pretty - adds annotations to an AST (fragment) so that
+    the output can be parsed back to the same AST.
+
+Package: libghc-ghc-exactprint-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-ghc-exactprint-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-ghc-exactprint-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}


=====================================
p/haskell-ghc-exactprint/debian/copyright
=====================================
@@ -0,0 +1,110 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ghc-exactprint
+Upstream-Contact: Alan Zimmerman <alan.zimm at gmail.com>
+Source: https://hackage.haskell.org/package/ghc-exactprint
+
+Files: *
+Copyright: 2014 Alan Zimmerman
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+Files: tests/examples/pre-ghc86/Webhook.hs
+       tests/examples/ghc86/Webhook.hs
+Copyright: 2016 Jacob Thomas Errington
+License: BSD-3-clause
+
+Files: tests/examples/ghc86/Test.hs
+Copyright: 2002 Simon Marlow
+License: BSD-3-clause
+
+Files: tests/examples/ghc86/HashTab.hs
+Copyright: 2003 The University of Glasgow
+License: BSD-3-clause
+
+Files: tests/examples/ghc80/Eq.hs
+Copyright: 2013 Richard Eisenberg
+License: BSD-3-clause
+
+Files: tests/examples/ghc80/RandomPGC.hs
+       tests/examples/ghc710/GHCOrig.hs
+Copyright: 2001 The University of Glasgow
+License: BSD-3-clause
+
+Files: tests/examples/ghc80/Main.hs
+       tests/examples/ghc80/Printf.hs
+Copyright: 2015 Luke Iannini
+License: BSD-3-clause
+
+Files: tests/examples/ghc80/Manipulate.hs
+Copyright: 2014 Kenneth Foner
+License: BSD-3-clause
+
+Files: tests/examples/ghc80/DatatypeContexts.hs
+Copyright: 2014-2016 Ryan Scott
+License: BSD-3-clause
+
+Files: tests/examples/failing/List2.hs
+       tests/examples/failing/List2.hs.bad
+       tests/examples/ghc82/List2.hs
+Copyright: 2015 Kyle Carter
+License: BSD-3-clause
+
+Files: tests/examples/ghc710/Internals.hs
+Copyright: 2001-2012 The University of Glasgow
+License: BSD-3-clause
+
+Files: tests/examples/ghc710/Undefined2.hs
+Copyright: 2011 Nils Schweinsberg
+License: BSD-3-clause
+
+Files: tests/examples/ghc710/Undefined3.hs
+Copyright: 2005 Ross Paterson
+License: BSD-3-clause
+
+Files: tests/examples/ghc710/Undefined4.hs
+Copyright: 2005 Conor McBride and Ross Paterson
+License: BSD-3-clause
+
+Files: tests/examples/ghc710/Undefined10.hs
+Copyright: 2013-2015 Mario Blazevic
+License: BSD-3-clause
+
+Files: tests/examples/ghc710/Zipper.hs
+Copyright: 2010 Michael D. Adams
+License: BSD-3-clause
+
+Files: tests/examples/ghc88/Utils.hs
+Copyright: 2003-2004 Isaac Jones, Simon Marlow
+           2007 Galois Inc.
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+     * Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+ .
+     * 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.
+ .
+     * Neither the name of Alan Zimmerman nor the names of other
+       contributors may be used to endorse or promote products derived
+       from this software without specific prior written permission.
+ .
+ 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-ghc-exactprint/debian/rules
=====================================
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = ghc-exactprint
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+check-ghc-stamp: export LC_ALL := C.UTF-8


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


=====================================
p/haskell-ghc-exactprint/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/ghc-exactprint/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/c4b844ffe4b4d8ad656372d3d32be8bdfcbc162a

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c4b844ffe4b4d8ad656372d3d32be8bdfcbc162a
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/20200726/6a751c59/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list