[Git][haskell-team/DHG_packages][master] add isomorphism-class

Clint Adams (@clint) gitlab at salsa.debian.org
Mon Oct 9 16:20:23 BST 2023



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


Commits:
093cc92a by Clint Adams at 2023-10-09T11:20:09-04:00
add isomorphism-class

- - - - -


9 changed files:

- + p/haskell-isomorphism-class/debian/changelog
- + p/haskell-isomorphism-class/debian/compat
- + p/haskell-isomorphism-class/debian/control
- + p/haskell-isomorphism-class/debian/copyright
- + p/haskell-isomorphism-class/debian/patches/newer-deps
- + p/haskell-isomorphism-class/debian/patches/series
- + p/haskell-isomorphism-class/debian/rules
- + p/haskell-isomorphism-class/debian/source/format
- + p/haskell-isomorphism-class/debian/watch


Changes:

=====================================
p/haskell-isomorphism-class/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-isomorphism-class (0.1.0.8-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Mon, 09 Oct 2023 10:56:53 -0400


=====================================
p/haskell-isomorphism-class/debian/compat
=====================================
@@ -0,0 +1 @@
+10


=====================================
p/haskell-isomorphism-class/debian/control
=====================================
@@ -0,0 +1,100 @@
+Source: haskell-isomorphism-class
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-hashable-dev (>= 1),
+ libghc-hashable-dev (<< 2),
+ libghc-hashable-prof (>= 1),
+ libghc-hashable-prof (<< 2),
+ libghc-primitive-dev (>= 0.7.3),
+ libghc-primitive-dev (<< 0.9),
+ libghc-primitive-prof (>= 0.7.3),
+ libghc-unordered-containers-dev (>= 0.2),
+ libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-prof (>= 0.2),
+ libghc-unordered-containers-prof (<< 0.3),
+ libghc-vector-dev (>= 0.12),
+ libghc-vector-dev (<< 0.14),
+ libghc-vector-prof (>= 0.12),
+ libghc-vector-prof (<< 0.14),
+ libghc-quickcheck2-dev (>= 2.13),
+ libghc-quickcheck2-dev (<< 3),
+ libghc-quickcheck2-prof (>= 2.13),
+ libghc-quickcheck2-prof (<< 3),
+ libghc-tasty-dev (>= 1.2.3),
+ libghc-tasty-dev (<< 2),
+ libghc-tasty-prof (>= 1.2.3),
+ libghc-tasty-prof (<< 2),
+ libghc-tasty-hunit-dev (>= 0.10.0.2),
+ libghc-tasty-hunit-dev (<< 0.11),
+ libghc-tasty-hunit-prof (>= 0.10.0.2),
+ libghc-tasty-hunit-prof (<< 0.11),
+ libghc-tasty-quickcheck-dev (>= 0.10.1),
+ libghc-tasty-quickcheck-dev (<< 0.11),
+ libghc-tasty-quickcheck-prof (>= 0.10.1),
+ libghc-tasty-quickcheck-prof (<< 0.11),
+Build-Depends-Indep: ghc-doc,
+ libghc-hashable-doc,
+ libghc-primitive-doc,
+ libghc-unordered-containers-doc,
+ libghc-vector-doc,
+Standards-Version: 4.6.2
+Homepage: https://github.com/nikita-volkov/isomorphism-class
+X-Description: Isomorphism typeclass solving the conversion problem
+ Isomorphism as a lawful solution to the conversion problem.
+ .
+ Many libraries exist that approach the conversion problem. However
+ all of them provide lawless typeclasses leaving it up to the author
+ of the instance to define what makes a proper conversion. This
+ results in inconsistencies across instances and their behavior
+ being not evident to the user.
+ .
+ This library tackles this problem with a lawful typeclass, making it
+ evident what any of its instances do.
+
+Package: libghc-isomorphism-class-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-isomorphism-class-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-isomorphism-class-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-isomorphism-class/debian/copyright
=====================================
@@ -0,0 +1,34 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: isomorphism-class
+Upstream-Contact: Nikita Volkov <nikita.y.volkov at mail.ru>
+Source: https://hackage.haskell.org/package/isomorphism-class
+
+Files: *
+Copyright: 2022 Nikita Volkov
+License: Expat
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.


=====================================
p/haskell-isomorphism-class/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/isomorphism-class.cabal
++++ b/isomorphism-class.cabal
+@@ -33,7 +33,7 @@ common library-dependencies
+     bytestring >=0.10 && <0.12,
+     containers >=0.6 && <0.7,
+     hashable >=1 && <2,
+-    primitive >=0.7.3 && <0.8,
++    primitive >=0.7.3 && <0.9,
+     text >=1.2 && <3,
+     unordered-containers >=0.2 && <0.3,
+     vector >=0.12 && <0.14,


=====================================
p/haskell-isomorphism-class/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps


=====================================
p/haskell-isomorphism-class/debian/rules
=====================================
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = no # rebase
+DEB_CABAL_PACKAGE = isomorphism-class
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


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


=====================================
p/haskell-isomorphism-class/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/isomorphism-class/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/093cc92a63dd0c0e4853251edf95452dc00d1ca6

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/093cc92a63dd0c0e4853251edf95452dc00d1ca6
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/20231009/7dccd514/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list