summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-haskell/vector: drop oldSergei Trofimovich2020-10-271-45/+0
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: drop ~ppc and ~ppc64 keywords for dev-lang/ghc and rdepsSergei Trofimovich2020-08-071-1/+1
| | | | | | | | dev-lang/ghc was not being kept up to date consistently for quite a while. We'll still try to build ppc64 BE/LE binaries for it but no promise of keywords. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: destabilize dev-lang/ghc for all archesSergei Trofimovich2020-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | dev-lang/ghc is a fast-moving target without much of stable API across major GHC releases. This makes stabilization process a fragile process. The change moves all haskell revdeps to pure ~arch. There are not many outside dev-haskell/*: - app-emulation/ganeti - app-text/pandoc - dev-util/bustle - dev-util/shellcheck - dev-vcs/darcs - x11-wm/xmonad/xmonad Existing stable haskell users are recommended to keyword used packages and all of dev-haskell/* to ease upgrades. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: dekeyword haskell on ia64Sergei Trofimovich2020-04-131-1/+1
| | | | | | | | | | ia64 is an unregisterised GHC target. That means you need a few days to build ghc itself. It's fun to play with but not practical to use software. Cross-compilation to ia64 still works. Let's drop keywords. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* drop haskell on sparc, it doesn't build at allRolf Eike Beer2020-04-071-1/+1
| | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-haskell/*: drop alpha keywordsMatt Turner2020-03-161-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Inline mirror://hackage and update URIsMichał Górny2019-11-101-2/+2
| | | | | | | | | | | | | | | | | This change inlines mirror://hackage in all ebuilds, and updates URIs to the modern form (old URIs redirect to that). The change has been made using the following command: find -name '*.ebuild' -exec sed -r -i \ -e 's@mirror://hackage/@https://hackage.haskell.org/@g' \ -e 's@https://hackage.haskell.org/packages/archive/([^/]*)/([^/]*)/@https://hackage.haskell.org/package/\1-\2/@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{PV}@${P}@g' \ -e '/hackage\.haskell\.org/s@\$\{MY_PN}-\$\{PV}@${MY_P}@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{MY_PV}@${MY_P}@g' \ {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-haskell: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-haskell/vector: drop USE=test, bug #666812Sergei Trofimovich2018-09-231-7/+2
| | | | | | | | | | | | | | | | | | Test suite is not compatible with modern QuickCheck instances: ``` tests/Utilities.hs:54:10: error: Duplicate instance declarations: instance Arbitrary a => Arbitrary (Identity a) -- Defined at tests/Utilities.hs:54:10 -- Defined in ‘Test.QuickCheck.Arbitrary’ ``` Let's drop test suite and fix it in text vector release. Reported-by: Pacho Ramos Closes: https://bugs.gentoo.org/666812 Package-Manager: Portage-2.3.49, Repoman-2.3.11
* dev-haskell/vector: stable 0.11.0.0 for x86/amd64, bug #631138Sergei Trofimovich2017-09-231-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="amd64 x86"
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-haskell/vector: bump up to 0.11.0.0Sergei Trofimovich2017-02-161-0/+51
Package-Manager: Portage-2.3.3, Repoman-2.3.1