[Git][haskell-team/DHG_packages][master] optics-core: Initial release

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Thu Jan 29 21:49:50 GMT 2026



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
5bf8a6a7 by Ilias Tsitsimpis at 2026-01-29T23:48:42+02:00
optics-core: Initial release

- - - - -


8 changed files:

- + p/haskell-optics-core/debian/changelog
- + p/haskell-optics-core/debian/control
- + p/haskell-optics-core/debian/copyright
- + p/haskell-optics-core/debian/patches/newer-deps
- + p/haskell-optics-core/debian/patches/series
- + p/haskell-optics-core/debian/rules
- + p/haskell-optics-core/debian/source/format
- + p/haskell-optics-core/debian/watch


Changes:

=====================================
p/haskell-optics-core/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-optics-core (0.4.1.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Thu, 29 Jan 2026 23:33:56 +0200


=====================================
p/haskell-optics-core/debian/control
=====================================
@@ -0,0 +1,69 @@
+Source: haskell-optics-core
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Ilias Tsitsimpis <iliastsi 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-indexed-profunctors-dev (>= 0.1),
+ libghc-indexed-profunctors-dev (<< 0.2),
+ libghc-indexed-profunctors-prof,
+ libghc-indexed-traversable-dev (>= 0.1),
+ libghc-indexed-traversable-dev (<< 0.2),
+ libghc-indexed-traversable-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-indexed-profunctors-doc,
+ libghc-indexed-traversable-doc,
+Standards-Version: 4.7.3
+Homepage: https://hackage.haskell.org/package/optics-core
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-optics-core
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-optics-core]
+Description: Optics as an abstract interface: core definitions
+ This package makes it possible to define and use Lenses, Traversals, Prisms
+ and other optics, using an abstract interface.
+ .
+ This variant provides core definitions with a minimal dependency footprint.
+
+Package: libghc-optics-core-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-optics-core-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-optics-core-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-optics-core/debian/copyright
=====================================
@@ -0,0 +1,43 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: optics-core
+Upstream-Contact: optics at well-typed.com
+Source: https://hackage.haskell.org/package/optics-core
+
+Files: *
+Copyright:
+ 2017-2019 Well-Typed LLP
+ 2012-2016 Edward Kmett
+ 2011-2015 Edward Kmett
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+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 Well-Typed LLP 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-optics-core/debian/patches/newer-deps
=====================================
@@ -0,0 +1,31 @@
+Index: b/optics-core.cabal
+===================================================================
+--- a/optics-core.cabal
++++ b/optics-core.cabal
+@@ -1,13 +1,16 @@
+ cabal-version: 2.2
+ name:          optics-core
+ version:       0.4.1.1
++x-revision:    1
+ license:       BSD-3-Clause
+ license-file:  LICENSE
+ build-type:    Simple
+ maintainer:    optics at well-typed.com
+ author:        Adam Gundry, Andres Löh, Andrzej Rybczak, Oleg Grenrus
+ tested-with:   GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7
+-                || ==9.0.2 || ==9.2.8 || ==9.4.5 || ==9.6.2, GHCJS ==8.4
++                || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2
++                || ==9.10.1,
++               GHCJS ==8.4
+ synopsis:      Optics as an abstract interface: core definitions
+ category:      Data, Optics, Lenses
+ description:
+@@ -73,7 +76,7 @@ library
+ 
+   build-depends: base                   >= 4.10       && <5
+                , array                  >= 0.5.2.0    && <0.6
+-               , containers             >= 0.5.10.2   && <0.7
++               , containers             >= 0.5.10.2   && <0.8
+                , indexed-profunctors    >= 0.1        && <0.2
+                , transformers           >= 0.5        && <0.7
+                , indexed-traversable    >= 0.1        && <0.2


=====================================
p/haskell-optics-core/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps


=====================================
p/haskell-optics-core/debian/rules
=====================================
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@


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


=====================================
p/haskell-optics-core/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/optics-core/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/5bf8a6a70f3364038d0bbaeec67b957fb4aac60c

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5bf8a6a70f3364038d0bbaeec67b957fb4aac60c
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/20260129/be3b2647/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list