dev-haskell/beam-automigrate
DB migration library for beam, targeting Postgres
ChangeLog
commit 570c8a553a60a54456b3fdeb56b746b4fd1ab329
Author: hololeap <hololeap@protonmail.com>
Date: Sat Nov 18 10:47:56 2023 -0700
dev-haskell/quickcheck: slotmove 2 -> 0
Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1502
Signed-off-by: hololeap <hololeap@protonmail.com>
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 c5142e962d6f9c48c615fd3e908dd251fab7e205
Author: hololeap <hololeap@users.noreply.github.com>
Date: Mon Jan 16 13:20:26 2023 -0700
dev-haskell/beam-automigrate: Disable test exes
There isn't a good way to integrate these into the test phase of the
ebuild, and it is unlikely that anyone will use them outside of that.
Fix a couple small typos
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit a9e9b527a8e0491b10264389469d58075797ea06
Author: hololeap <hololeap@users.noreply.github.com>
Date: Mon Jan 16 12:46:14 2023 -0700
dev-haskell/beam-automigrate: Re-apply 'examples' flag
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit e4e31661f4124a9a5700665f16fbe63689dbba64
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jan 15 15:59:49 2023 +1100
dev-haskell/beam-automigrate: add github, hackage upstream metadata
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 359676ab8cb5b20f31c758bf45b8ffc4e70bcdbc
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jan 15 15:59:46 2023 +1100
dev-haskell/beam-automigrate: drop 0.1.2.0-r1
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit de8cab1a3d733ccfc7642a6fffabb70f30556f8d
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jan 15 15:59:43 2023 +1100
dev-haskell/beam-automigrate: add 0.1.3.0
Signed-off-by: Jack Todaro <solpeth@posteo.org>
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 b9f17beca6581175562f176a4e89c3a71ecac3d0
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri Feb 12 17:52:25 2021 -0700
dev-haskell/beam-automigrate: Bump to 0.1.2.0-r1
Remove upper bound on pretty-simple dependency
commit fe48b6daf85e155e9d7edd5e7d8b3f06970c602c
Author: hololeap <hololeap@gmail.com>
Date: Thu Jan 14 12:12:55 2021 -0700
dev-haskell/beam-automigrate: Add 0.1.2.0
Author: hololeap <hololeap@protonmail.com>
Date: Sat Nov 18 10:47:56 2023 -0700
dev-haskell/quickcheck: slotmove 2 -> 0
Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1502
Signed-off-by: hololeap <hololeap@protonmail.com>
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 c5142e962d6f9c48c615fd3e908dd251fab7e205
Author: hololeap <hololeap@users.noreply.github.com>
Date: Mon Jan 16 13:20:26 2023 -0700
dev-haskell/beam-automigrate: Disable test exes
There isn't a good way to integrate these into the test phase of the
ebuild, and it is unlikely that anyone will use them outside of that.
Fix a couple small typos
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit a9e9b527a8e0491b10264389469d58075797ea06
Author: hololeap <hololeap@users.noreply.github.com>
Date: Mon Jan 16 12:46:14 2023 -0700
dev-haskell/beam-automigrate: Re-apply 'examples' flag
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit e4e31661f4124a9a5700665f16fbe63689dbba64
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jan 15 15:59:49 2023 +1100
dev-haskell/beam-automigrate: add github, hackage upstream metadata
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 359676ab8cb5b20f31c758bf45b8ffc4e70bcdbc
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jan 15 15:59:46 2023 +1100
dev-haskell/beam-automigrate: drop 0.1.2.0-r1
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit de8cab1a3d733ccfc7642a6fffabb70f30556f8d
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jan 15 15:59:43 2023 +1100
dev-haskell/beam-automigrate: add 0.1.3.0
Signed-off-by: Jack Todaro <solpeth@posteo.org>
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 b9f17beca6581175562f176a4e89c3a71ecac3d0
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri Feb 12 17:52:25 2021 -0700
dev-haskell/beam-automigrate: Bump to 0.1.2.0-r1
Remove upper bound on pretty-simple dependency
commit fe48b6daf85e155e9d7edd5e7d8b3f06970c602c
Author: hololeap <hololeap@gmail.com>
Date: Thu Jan 14 12:12:55 2021 -0700
dev-haskell/beam-automigrate: Add 0.1.2.0