gpo.zugaina.org

Search Portage & Overlays:

dev-haskell/reflection

Reifies arbitrary terms into types that can be reflected back into terms

Screenshots

  • reflection-2.1.6
    amd64 ~arm64 ~ppc64 ~riscv ~x86
    doc hscolour profile test

    View      Download      Browse     License: BSD   
    Overlay: gentoo
  • reflection-2.1.6
    ~amd64
    doc hscolour hoogle profile test

    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 8a1b744fa6d7ed29671aad5a54d085142027228a
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Jul 30 23:10:01 2021 +0100

dev-haskell/reflection: unconditionally enable template-haskell

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/804873
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 90573d4270ad8b07d0c84e5507a46d621ef0994e
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Dec 19 12:04:08 2020 +0000

dev-haskell/reflection: bump up to 2.1.6

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

commit e72e094a3a15a84053a804192c562cc03faea741
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Tue Jan 7 20:11:18 2020 +0000

dev-haskell/reflection: drop USE=test

Tets tests fail to build as:

```
tests/ReifyNatSpec.hs:9:25: error:
Module ‘Test.QuickCheck’ does not export ‘Negative(..)’
```

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

commit d06b40cca46c3fc3450c195c460786113d24f0c9
Author: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
Date: Thu Jan 2 17:31:47 2020 -0330

dev-haskell/reflection: bump up to 2.1.5

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Philippe Baril Lecavalier <pbl.ltx@gmail.com>

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 be05d3ad47f7283c3ccd863233ac84ef94c0c89e
Author: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
Date: Sun Nov 3 17:16:30 2019 -0500

dev-haskell/reflection: drop old

Keep latest: 2.1.4

Signed-off-by: Philippe Baril Lecavalier <pbl.ltx@gmail.com>

commit 3212a9ca435facb5672a767ec65230d2bf911d0f
Author: LinuxUser404 <nikolay.pershyn@gmail.com>
Date: Mon Aug 12 15:31:14 2019 +0300

fixing "inconsistent use of tabs and spaces in indentation" in reflection

commit 2cda00128dfed8f841cc04df8e5970ef90bd9125
Author: Mark Wright <gienah@gentoo.org>
Date: Thu Oct 11 21:41:30 2018 +1100

dev-haskell/reflection: Bump to 2.1.4

Package-Manager: Portage-2.3.50, Repoman-2.3.11

commit 93023a23ae80397aedccae292e117473737c4c26
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Jun 10 12:20:59 2018 +0100

sync keywords from ::gentoo

Done as:
$ syn-kw -p ~/portage/gentoo .

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

commit f1921b129a1ed950ea51f126c548c4656ae85d2f
Author: Mark Wright <gienah@gentoo.org>
Date: Wed Apr 11 16:00:47 2018 +1000

dev-haskell/reflection: Bump to 2.1.3

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 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 3df45ac3d5d3ab297f5ad54ae6fdbf33ff4412b1
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sun Apr 3 16:44:51 2016 +0100

sync keywords from ::gentoo

Synced as:
$ syn-kw ~/gentoo/ ~/gentoo-haskell/

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

commit b3ed742cb9a50aa9ea697777991630d9ed3e50ab
Author: Sergei Trofimovich <siarheit@google.com>
Date: Thu Feb 11 21:56:00 2016 +0000

dev-haskell/reflection: bump up to 2.1.2

Package-Manager: portage-2.2.27

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

Update metadata.xml for GLEP 67

commit 5ba266698e8fda0e51f210ac76ed7ca588ffdf1c
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sat Jan 9 12:26:49 2016 +0000

dev-haskell/reflection: bump up to 2.1.1.1

Package-Manager: portage-2.2.26

commit eb2f5cc1b9b24e27dcf477d06706d03789e424f4
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sun Oct 11 14:15:20 2015 +0100

dev-haskell/reflection: bump up to 2.1

Package-Manager: portage-2.2.23

commit 77bfc71d66aebed5c267cfc8980b563d5b01c3b7
Author: Sergei Trofimovich <siarheit@google.com>
Date: Mon Sep 21 09:29:14 2015 +0100

follow jlec@'s HOMEPAGE fix s/http:/https:/ form ::gentoo

The hack I did it is:
https://github.com/trofi/gentoo-qa/blob/master/check_homepage_https.sh

Will also need similar change in hackport.

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

commit 8d6d8bba002bb5bfdc101f5fbd5f22a5adecb501
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sat Aug 29 11:34:43 2015 +0100

dev-haskell/reflection: bump up to 2

Package-Manager: portage-2.2.20

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 12318e32f7f30ebd4a6e5a9d5c3374ab15cf3e5e
Author: Mark Wright <gienah@gentoo.org>
Date: Sun May 17 13:22:25 2015 +1000

Bump reflection to 1.5.2.1

commit 5c9b25022d30c7378f92b8d3245e9ca84b5cc3be
Author: Sergei Trofimovich <siarheit@google.com>
Date: Wed Mar 11 00:12:28 2015 +0000

dev-haskell/reflection: bump up to 1.5.1.2

Package-Manager: portage-2.2.17

commit c4ed5354b90fb2c4b0fb51cddbc22ae8511ae63e
Author: Alexander Vershilov <qnikst@gentoo.org>
Date: Thu Jan 22 21:42:32 2015 +0300

dev-haskell/reflection:

Package-Manager: portage-2.2.15

commit a4289d7d848c2f1cd31ae0d12633ca8f1f6d80e9
Author: Mark Wright <gienah@gentoo.org>
Date: Sun Dec 14 22:55:21 2014 +1100

Add th USE flags to reflection metadata

commit 995656d0d236ca3dfae378f502ff712c1c4dcd3c
Author: Alexander Berntsen <bernalex@gentoo.org>
Date: Fri Oct 24 11:10:36 2014 +0200

dev-haskell/reflection: remove unused USE 'slow'

Signed-off-by: Alexander Berntsen <bernalex@gentoo.org>

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 a327a635f7fc306f6dbdfebd18f988c1ea7a90e6
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Wed Jul 16 17:07:14 2014 +0300

dev-haskell/reflection: bump up to 1.5.1

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

commit 5193cd2067a924c90f772c7eac0534fef5dff200
Author: Mark Wright <gienah@gentoo.org>
Date: Thu Jul 3 11:27:11 2014 +1000

Remove slow use flag from reflection-1.4

commit 36f3a78dd5efe687d2c5dcae1e95bc570d36592b
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Feb 2 11:07:16 2014 +0300

dev-haskell/reflection: bump up to 1.4

Package-Manager: portage-2.2.8-r1

commit f1aba787584e55adfff70f19233acb7f1d6296f6
Author: Alexander Berntsen <alexander@plaimi.net>
Date: Sun Jan 5 00:01:11 2014 +0100

dev-haskell/reflection: Add USE description

commit e0bdd05c76dd385e499218fe0987bbdd2c01a9ac
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Mon May 20 10:32:03 2013 +0400

dev-haskell/reflection: bump up to 1.3.2

Signed-off-by: Alexander Vershilov <alexander.vershilov@gmail.com>

commit 364866d5060efafba857f084851899ea8a031c8a
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Wed May 1 23:54:27 2013 +0300

dev-haskell/reflection: bump up to 1.3.1

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

commit 2087dc383a69272ffcffc53dce66e7fa9c00f99e
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Mar 31 15:53:07 2013 +0300

dev-haskell/reflection: bump up to 1.2.0.1

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

commit 08c570d4ad38ed465cccb6bb97f34264fb634f86
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Feb 9 15:59:31 2013 +0300

dev-haskell/reflection: bump up to 1.1.7

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

commit 82beb1e8c9603d1484d89a8e8dd043747f0722bd
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Dec 16 01:25:30 2012 +0300

Convert rest of ebuilds to mirror://hackage/

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

commit 97904c586fbd2f8b69a482a1bfa1d77ab8324edb
Author: Michael Orlitzky <michael@orlitzky.com>
Date: Tue Sep 4 21:41:51 2012 -0400

New package: dev-haskell/reflection-1.1.6.