Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DHG_packages
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian Haskell Group
DHG_packages
Commits
e3feecd6
Commit
e3feecd6
authored
Apr 25, 2018
by
Clint Adams
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add prettyprinter
parent
501cd2fa
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
127 additions
and
0 deletions
+127
-0
p/haskell-prettyprinter/debian/changelog
p/haskell-prettyprinter/debian/changelog
+5
-0
p/haskell-prettyprinter/debian/compat
p/haskell-prettyprinter/debian/compat
+1
-0
p/haskell-prettyprinter/debian/control
p/haskell-prettyprinter/debian/control
+73
-0
p/haskell-prettyprinter/debian/copyright
p/haskell-prettyprinter/debian/copyright
+36
-0
p/haskell-prettyprinter/debian/rules
p/haskell-prettyprinter/debian/rules
+9
-0
p/haskell-prettyprinter/debian/source/format
p/haskell-prettyprinter/debian/source/format
+1
-0
p/haskell-prettyprinter/debian/watch
p/haskell-prettyprinter/debian/watch
+2
-0
No files found.
p/haskell-prettyprinter/debian/changelog
0 → 100644
View file @
e3feecd6
haskell-prettyprinter (1.2.0.1-1) unstable; urgency=low
* Initial release.
-- Clint Adams <clint@debian.org> Wed, 25 Apr 2018 17:47:43 -0400
p/haskell-prettyprinter/debian/compat
0 → 100644
View file @
e3feecd6
9
p/haskell-prettyprinter/debian/control
0 → 100644
View file @
e3feecd6
Source: haskell-prettyprinter
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Priority: optional
Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.8),
cdbs,
ghc,
ghc-prof,
libghc-text-dev (>= 1.2),
libghc-text-prof (>= 1.2),
libghc-text-dev,
# libghc-doctest-dev (>= 0.9),
# libghc-pgp-wordlist-dev (>= 0.1),
# libghc-tasty-dev (>= 0.10),
# libghc-tasty-hunit-dev (>= 0.9),
# libghc-tasty-quickcheck-dev (>= 0.8),
Build-Depends-Indep: ghc-doc,
libghc-text-doc,
Standards-Version: 4.1.4
Homepage: https://github.com/quchen/prettyprinter
X-Description: modern, easy-to-use, extensible prettyprinter
Haskell, more specifically Hackage, has a zoo of Wadler/Leijen based
prettyprinters already. Each of them addresses a different concern
with the classic wl-pprint package. This package solves all these
issues, and then some:
* Text instead of String
* No name clashes
* Annotation support
* Extensible backends
* Performance
* Open implementation
Package: libghc-prettyprinter-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-prettyprinter-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-prettyprinter-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-prettyprinter/debian/copyright
0 → 100644
View file @
e3feecd6
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: prettyprinter
Upstream-Contact: David Luposchainsky <dluposchainsky@google.com>
Source: https://hackage.haskell.org/package/prettyprinter
Files: *
Copyright: 2008 Daan Leijen
2008 Max Bolingbroke
2016 David Luposchainsky
License: BSD-2-clause
Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
License: BSD-2-clause
License: BSD-2-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.
.
This software is provided by the copyright holders "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 holders 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-prettyprinter/debian/rules
0 → 100755
View file @
e3feecd6
#!/usr/bin/make -f
DEB_ENABLE_TESTS = no # pgp-wordlist not packaged yet
DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = prettyprinter
DEB_DEFAULT_COMPILER = ghc
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
p/haskell-prettyprinter/debian/source/format
0 → 100644
View file @
e3feecd6
3.0 (quilt)
p/haskell-prettyprinter/debian/watch
0 → 100644
View file @
e3feecd6
version=3
https://hackage.haskell.org/package/prettyprinter/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment