[Git][haskell-team/DHG_packages][master] Add wherefrom-compat
Clint Adams (@clint)
gitlab at salsa.debian.org
Tue Jan 6 21:19:08 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
9139c413 by Clint Adams at 2026-01-06T16:18:58-05:00
Add wherefrom-compat
- - - - -
8 changed files:
- + p/haskell-wherefrom-compat/debian/changelog
- + p/haskell-wherefrom-compat/debian/control
- + p/haskell-wherefrom-compat/debian/copyright
- + p/haskell-wherefrom-compat/debian/patches/newer-deps
- + p/haskell-wherefrom-compat/debian/patches/series
- + p/haskell-wherefrom-compat/debian/rules
- + p/haskell-wherefrom-compat/debian/source/format
- + p/haskell-wherefrom-compat/debian/watch
Changes:
=====================================
p/haskell-wherefrom-compat/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-wherefrom-compat (0.1.1.0-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Clint Adams <clint at debian.org> Tue, 06 Jan 2026 16:06:26 -0500
=====================================
p/haskell-wherefrom-compat/debian/control
=====================================
@@ -0,0 +1,66 @@
+Source: haskell-wherefrom-compat
+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-compat (= 13),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.16.42),
+ dh-sequence-haskell,
+ ghc,
+ ghc-prof,
+ libghc-tasty-dev (>= 1.5),
+ libghc-tasty-dev (<< 1.6),
+ libghc-tasty-prof (>= 1.5),
+ libghc-tasty-prof (<< 1.6),
+ libghc-tasty-hunit-dev (>= 0.10),
+ libghc-tasty-hunit-dev (<< 0.11),
+ libghc-tasty-hunit-prof (>= 0.10),
+ libghc-tasty-hunit-prof (<< 0.11),
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 4.7.3
+Description: compatibility layer for GHC's 'wherefrom' function
+ A compatibility layer for GHC's 'wherefrom' function,
+ which exposes info provenance information.
+ Each major version of this library exports
+ a different version of this interface.
+
+Package: libghc-wherefrom-compat-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-wherefrom-compat-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-wherefrom-compat-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-wherefrom-compat/debian/copyright
=====================================
@@ -0,0 +1,37 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: wherefrom-compat
+Upstream-Contact: Teo Camarasu <teofilcamarasu at gmail.com>
+Source: https://hackage.haskell.org/package/wherefrom-compat
+
+Files: *
+Copyright: 2023 Teo Camarasu
+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:
+ .
+ 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-wherefrom-compat/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/wherefrom-compat.cabal
++++ b/wherefrom-compat.cabal
+@@ -29,7 +29,7 @@ common warnings
+ library
+ import: warnings
+ exposed-modules: GHC.InfoProv.Compat
+- build-depends: base >=4.16.0.0 && <4.20.0.0
++ build-depends: base >=4.16.0.0 && <5
+ hs-source-dirs: src
+ default-language: Haskell2010
+
=====================================
p/haskell-wherefrom-compat/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
=====================================
p/haskell-wherefrom-compat/debian/rules
=====================================
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export DEB_ENABLE_TESTS = yes
+
+%:
+ dh $@
=====================================
p/haskell-wherefrom-compat/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-wherefrom-compat/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/wherefrom-compat/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/9139c41312413facaa3288faeaa0e8eb91f4cd93
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/9139c41312413facaa3288faeaa0e8eb91f4cd93
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/20260106/df253cfa/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list