gpo.zugaina.org

Search Portage & Overlays:

dev-haskell/data-accessor-template

Utilities for accessing and manipulating fields of records

Screenshots

  • data-accessor-template-0.2.1.16
    ~amd64
    doc hscolour hoogle profile

    View      Download      Browse     License: BSD   
    Overlay: haskell

ChangeLog

commit db98782e890b3cebf75a19b2da3a1bdcbee17fa4
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 12 06:28:08 2023 -0600

*/*: Remove [profile?] from ghc RDEPEND

This reverts commit b2f01bbf1333c88785109bebf75d49a3bd623727.

Adding [profile?] universally causes issues with exe-only packages with
no profile USE flag. This is better handled in the eclass.

Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit a2f524e74d7e5e5000c1d057a74dcd7f4af7b43c
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat May 6 17:04:20 2023 -0600

*/*: Remove ~x86 (and related) from KEYWORDS

x86 is mostly untested, and even building a subset of ::haskell
revealed failing tests which pass on amd64.

With the new behavior of hackport to only add ARCH to KEYWORDS, there
will be CI failures if a package has ~x86 removed but not from its
revdep tree as well. The only sensible mitigation is to remove ~x86
tree-wide until we have a dedicated tester willing to fix current bugs.

See: https://github.com/snoyberg/mono-traversable/issues/210
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit b2f01bbf1333c88785109bebf75d49a3bd623727
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 5 15:53:40 2023 -0600

*/*: Add [profile?] to ghc RDEPEND

Any package that depends on 'base' will require the 'base' profiling
libs when profiling is enabled. Because virtually every package depends
on 'base', it makes sense to add [profile?] universally to
'dev-lang/ghc' in RDEPEND.

Reported-by: Filip Kszczot <filip@kszczot.pl>
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit 9672ee12c9c489f9e5bfdee329a4e6aed692fe4d
Author: Sam James <sam@gentoo.org>
Date: Sat Jul 30 06:55:18 2022 +0100

*/*: fix https->https in metadatd dtd

Newer hackport fixes this (in git, not tagged yet).

Signed-off-by: Sam James <sam@gentoo.org>

commit 41e19fc8b957676e3132727df2a13b77949cac4a
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Jul 25 11:54:39 2021 +0100

dev-haskell/data-accessor-template: update to EAPI=8

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 6c1a4c99746230e4b75777e8de955d5b03ed5ef8
Author: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
Date: Tue Feb 16 23:55:32 2021 -0500

dev-haskell/data-accessor-template: remove redundant longdescription from metadata

Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>

commit c029ce6d6b345c98b64169ff52b2ac35e47e95fd
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Wed Sep 2 07:59:05 2020 +0100

*/*: use https:// for haskell wiki URIs

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 3d16013c65cc8986c7537d76ed3a2855e978d057
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Nov 23 15:39:53 2019 +0000

*/*: Inline mirror://hackage and update URIs

Follow ::gentoo commit 2a2e66a9407205f18
("*/*: Inline mirror://hackage and update URIs ")

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit e2d29a7c8cd75472db3a49b2f8f68abd60f689a7
Author: Mark Wright <gienah@gentoo.org>
Date: Tue Oct 15 23:29:50 2019 +1100

dev-haskell/data-accessor-template: Loosen TH dep

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Mark Wright <gienah@gentoo.org>

commit 592d9d8c9d412aaa69cdf48d1a685331e0dd2e7d
Author: Mark Wright <gienah@gentoo.org>
Date: Thu Oct 11 16:24:02 2018 +1100

dev-haskell/data-accessor-template: Bump to 0.2.1.16

Package-Manager: Portage-2.3.50, Repoman-2.3.11

commit 7f7c00fa96b303e813d0014768147def57032cf6
Author: Mark Wright <gienah@gentoo.org>
Date: Wed Apr 11 15:32:49 2018 +1000

dev-haskell/data-accessor-template: Bump to 0.2.1.15

commit 2a94f64d40e69b69ddfa1b5da7906d17009e5e6f
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Nov 24 09:25:20 2017 +0000

refresh Manifests

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 22a422c6690505c546fd9a97fa6ea8692ab268d1
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Jul 29 12:20:48 2017 +0100

dev-haskell/data-accessor-template: bump up to 0.2.1.14

Package-Manager: Portage-2.3.6, Repoman-2.3.3

commit 1a6ba469382ab24f8b77b4ff3b043b6e2ed68306
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Tue Feb 28 21:38:05 2017 +0000

follow ::gentoo in removing '# $Id$' headers

Done as
$ sed -i */*/*.ebuild -e '/^# \$Id\$$/d'

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit d4131f0c2b76e376ac5dc7a1e705eb08d258a0e5
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sat Jul 2 09:13:29 2016 +0100

dev-haskell/data-accessor-template: bump up to 0.2.1.13

Package-Manager: portage-2.3.0

commit 41a8c32d7d4244e9bd31795198f48c64ae5e0917
Author: Sergei Trofimovich <siarheit@google.com>
Date: Mon May 30 21:22:42 2016 +0100

dev-haskell/data-accessor-template: allow ghc-8

Package-Manager: portage-2.3.0_rc1

commit aa19eeb10bc2eb3e09f93fa8a102c322742943e4
Author: Vikraman Choudhury <vikraman@gentoo.org>
Date: Tue Jan 26 14:19:48 2016 -0500

Update metadata.xml for GLEP 67

commit b9c11d9d44644f6a277de1f7af562de56e786675
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sun Aug 9 10:37:52 2015 +0100

convert '# $Header: ' lines to '# $Id$'

The change was adopted when ::gentoo switched to git.

https://github.com/trofi/gentoo-qa/blob/master/check_header.sh

Signed-off-by: Sergei Trofimovich <siarheit@google.com>

commit b7d6d11271f4f62338319470732f2a9bd5615fc8
Author: Sergei Trofimovich <siarheit@google.com>
Date: Mon Apr 20 22:40:54 2015 +0100

dev-haskell/data-accessor-template: bump up to 0.2.1.12

Package-Manager: portage-2.2.17

commit 7caba65cd543fbfef1c994cc43a84a5dec653ce7
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Thu Jul 24 18:07:32 2014 +0300

metadata.xml: from <maintainer> field in favour of <herd> one

Mangled by tiny tool:
https://github.com/trofi/gentoo-qa/blob/master/shrink_haskell_metadata.hs

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit c186d616f177c610344132c1202b7de8e7b282aa
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Sun Mar 16 03:07:34 2014 +0400

dev-haskell/data-accessor-template: bump up to 0.2.1.11

commit 2d9b8dcd2b5800a832b63dd644d8484f91f788a1
Author: Mark Wright <gienah@gentoo.org>
Date: Mon Mar 10 23:52:43 2014 +1100

Remove the template-haskell upper bound in data-accessor-template

commit 87fb3115ef7d877ffec9c363846a4dcee33d4034
Author: Mark Wright <gienah@gentoo.org>
Date: Thu Oct 11 14:19:25 2012 +1100

Bump data-accessor-template to 0.2.1.10

commit 7db4e1b65c2de61d0028528402e5f4d4f1112cf1
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Fri Sep 7 17:44:46 2012 +0400

big mirror update

commit 88bbb0224ca4d45e00f0f64b16b0c8e79dab66f1
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Jun 15 03:11:07 2012 +0300

regenerated all Manifests to make use of 'thin' feature in one shot

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 3dcccada0f13aab32384bb807f7a26883c4d2730
Author: Mark Wright <markwright@internode.on.net>
Date: Fri Jan 20 00:19:17 2012 +1100

Bump data-accessor-template to 0.2.1.9, built with ghc 7.4.1-rc1, 7.2.2, 7.0.4 and 6.12.3

commit 28aed249ff05ce7b618d5bd20f7b9a2c82122dfc
Author: Mark Wright <markwright@internode.on.net>
Date: Sun Jan 15 18:49:47 2012 +1100

Fix data-accessor-template build with ghc 7.4.1-rc1

commit ddfc3d1aa83b3634fb3be0d8024f3d6afe252445
Author: Mark Wright <markwright@internode.on.net>
Date: Thu Nov 17 23:17:59 2011 +1100

Add hoogle support

commit 64e27a43c2bc447a349d10fef597897fb0650185
Author: Mark Wright <markwright@internode.on.net>
Date: Sat Aug 13 15:47:27 2011 +1000

Bump data-accessor-template to 0.2.1.7, built with ghc 7.2.1, 7.0.4 and 6.12.3

commit 469ad749f69583e75878a1138e16a0e72c90dc92
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Thu Jul 28 09:01:12 2011 +0300

dev-haskell/data-accessor-template: fix build against ghc-7.2

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 407be6ff057d1f26bb8b67799066df06c469b944
Author: Mark Wright <markwright@internode.on.net>
Date: Wed Apr 6 18:59:04 2011 +1000

Bump data-accessor-template to 0.2.1.7, built with ghc 7.0.3 and 6.12.3

commit 062cca4d534879f7b864d4f0e109252d36a932a5
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Fri Dec 31 11:12:15 2010 +0000

data-accessor-template: bump

commit 0f11c28b461c9343d30bad6bf464d20a39abd3d2
Author: Ivan.Miljenovic@gmail.com <unknown>
Date: Wed Jul 7 09:58:01 2010 +0000

Bump data-accessor-template to 0.2.1.5

commit 0944cb92a24eae7429f82a856b27b8b59d9f1dc0
Author: Ivan.Miljenovic@gmail.com <unknown>
Date: Sun May 16 10:24:57 2010 +0000

Bump data-accessor-template to 0.2.1.4

commit f4a0472be6d9fea0c56702bf988effff1807e8a7
Author: Ivan.Miljenovic@gmail.com <unknown>
Date: Sat Jan 30 11:05:44 2010 +0000

Bump data-accessor-template to 0.2.1.3

commit bd71362123db223b32f9e0011f19bc8823aa4619
Author: Ivan.Miljenovic@gmail.com <unknown>
Date: Mon Oct 26 11:50:32 2009 +0000

Remove old versions of data-accessor-template

commit 14d9c964a91c0c65d188ace452ceb2650a371ac5
Author: Ivan.Miljenovic@gmail.com <unknown>
Date: Sun Sep 13 02:39:45 2009 +0000

Bump data-accessor-template to 0.2.1.2

commit ea7f516d140ed0a3621d68e9e8c92e389c4d9c10
Author: Ivan.Miljenovic@gmail.com <unknown>
Date: Thu Mar 26 22:01:19 2009 +0000

Bump data-accessor-template to 0.2.1.1

commit 4ec1789ad4f0e5feb5e9b41ca2f524ef7739a3c3
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Sun Mar 15 00:52:51 2009 +0000

Add data-accessor-template-0.2.1

commit cdb8c0b93a378b4ec7790c11e0a842f533c043b4
Author: Ivan.Miljenovic@gmail.com <unknown>
Date: Tue Feb 17 12:11:44 2009 +0000

Fix data-accessor-template's dep on data-accessor
Portage's range stuff is really annoying... :@

commit f87e62e4823327239b0c3341012eca9af096d9ea
Author: Ivan.Miljenovic@gmail.com <unknown>
Date: Tue Feb 17 07:40:35 2009 +0000

Bump data-accessor-template to 0.2

commit 05f1f1a4ca3522a53964ad4b06b3335946a7bad3
Author: Ivan.Miljenovic@gmail.com <unknown>
Date: Wed Oct 29 03:45:37 2008 +0000

Add data-accessor-template