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
ad7a1d62
Commit
ad7a1d62
authored
Jan 23, 2014
by
Joey Hess
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
haskell-pointed: Initial Check-In
parent
49d84d70
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
111 additions
and
0 deletions
+111
-0
p/haskell-pointed/debian/changelog
p/haskell-pointed/debian/changelog
+5
-0
p/haskell-pointed/debian/compat
p/haskell-pointed/debian/compat
+1
-0
p/haskell-pointed/debian/control
p/haskell-pointed/debian/control
+67
-0
p/haskell-pointed/debian/copyright
p/haskell-pointed/debian/copyright
+30
-0
p/haskell-pointed/debian/rules
p/haskell-pointed/debian/rules
+5
-0
p/haskell-pointed/debian/source/format
p/haskell-pointed/debian/source/format
+1
-0
p/haskell-pointed/debian/watch
p/haskell-pointed/debian/watch
+2
-0
No files found.
p/haskell-pointed/debian/changelog
0 → 100644
View file @
ad7a1d62
haskell-pointed (4.0-1) unstable; urgency=low
* Initial debian package.
-- Joey Hess <joeyh@debian.org> Tue, 21 Jan 2014 00:15:45 -0400
p/haskell-pointed/debian/compat
0 → 100644
View file @
ad7a1d62
9
p/haskell-pointed/debian/control
0 → 100644
View file @
ad7a1d62
Source: haskell-pointed
Priority: extra
Section: haskell
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Joey Hess <joeyh@debian.org>
Build-Depends: debhelper (>= 9)
, haskell-devscripts (>= 0.8.15)
, cdbs
, ghc
, ghc-prof
, libghc-comonad-dev (>= 4)
, libghc-comonad-prof
, libghc-data-default-class-dev (>= 0.0.1)
, libghc-data-default-class-prof
, libghc-semigroupoids-dev (>= 4)
, libghc-semigroupoids-prof
, libghc-semigroups-dev (>= 0.8.3.1)
, libghc-semigroups-prof
, libghc-stm-dev (>= 2.1.2.1)
, libghc-stm-prof
, libghc-tagged-dev (>= 0.5)
, libghc-tagged-prof
, libghc-transformers-dev (>= 0.2)
, libghc-transformers-prof
Build-Depends-Indep: ghc-doc
, libghc-comonad-doc
, libghc-data-default-class-doc
, libghc-semigroupoids-doc
, libghc-semigroups-doc
, libghc-stm-doc
, libghc-tagged-doc
, libghc-transformers-doc
Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/pointed
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-pointed
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-pointed
Package: libghc-pointed-dev
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Pointed and copointed data${haskell:ShortBlurb}
Haskell 98 pointed and copointed data types.
.
${haskell:Blurb}
Package: libghc-pointed-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Pointed and copointed data${haskell:ShortBlurb}
Haskell 98 pointed and copointed data types.
.
${haskell:Blurb}
Package: libghc-pointed-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: Pointed and copointed data${haskell:ShortBlurb}
Haskell 98 pointed and copointed data types.
.
${haskell:Blurb}
p/haskell-pointed/debian/copyright
0 → 100644
View file @
ad7a1d62
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://hackage.haskell.org/package/pointed
Files: *
Copyright: 2008-2011 Edward Kmett
License: BSD
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 AUTHORS ``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 AUTHORS 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-pointed/debian/rules
0 → 100755
View file @
ad7a1d62
#!/usr/bin/make -f
# Standard way of building Haskell libraries .
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
p/haskell-pointed/debian/source/format
0 → 100644
View file @
ad7a1d62
3.0 (quilt)
p/haskell-pointed/debian/watch
0 → 100644
View file @
ad7a1d62
version=3
http://hackage.haskell.org/package/pointed/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