summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-haskell/hit: drop oldSergei Trofimovich2020-08-293-54/+0
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-haskell/hit: bump up to 0.7.0Sergei Trofimovich2020-08-292-0/+34
| | | | | | | Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/736020 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@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/hit: [QA] Consistent whitespace in metadata.xmlDavid Seifert2017-11-261-7/+5
|
* dev-haskell: refresh ManifestsSergei Trofimovich2017-11-241-1/+1
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* dev-haskell/hit: new package, a depend of dev-haskell/stackSergei Trofimovich2017-05-283-0/+73
Git operations in haskell Package-Manager: Portage-2.3.6, Repoman-2.3.2