Date: Wednesday, January 27, 2016 @ 14:09:53 Author: fyan Revision: 159165
upgpkg: git-annex 6.20160126-1 rebuild with tagged-0.8.3, semigroups-0.18.1, bifunctors-5.2.1, resourcet-1.1.7.1 Modified: git-annex/trunk/PKGBUILD Deleted: git-annex/trunk/quickcheck-2.8.2.patch ------------------------+ PKGBUILD | 19 +++++-------------- quickcheck-2.8.2.patch | 15 --------------- 2 files changed, 5 insertions(+), 29 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-27 12:59:04 UTC (rev 159164) +++ PKGBUILD 2016-01-27 13:09:53 UTC (rev 159165) @@ -3,8 +3,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=git-annex -pkgver=6.20160114 -pkgrel=10 +pkgver=6.20160126 +pkgrel=1 pkgdesc="Manage files with git, without checking their contents into git" url="http://git-annex.branchable.com/" license=("AGPL3") @@ -32,24 +32,15 @@ "haskell-yesod-form" "haskell-yesod-static") depends=('git' 'rsync' 'libxml2' 'gsasl') options=('staticlibs') -source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz" - quickcheck-2.8.2.patch) -sha256sums=('671d165f9ea583b9a86060b60741c6aa54dbfde0673a2b278d82d761b7500181' - 'f1814b955c282addd7adc6941444122e1d0ca28115a851e00c6702dfba72623e') +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") +sha256sums=('dc59f670a3d0bdb90db8fc6cadba8003708219bb0dc3d56867a9246d825c0d11') -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - # https://github.com/fpco/stackage/issues/1168 - patch -p0 -i ../quickcheck-2.8.2.patch -} - build() { cd "${srcdir}/${pkgname}-${pkgver}" runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ -fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \ - -ftahoe -fquvi -ffeed -ftdfa -ftestsuite -f-androidsplice \ - -f-android -fproduction -fdns -fpairing -fwebapp-secure -fwebapp \ + -ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \ -fassistant -fwebdav -fs3 -f-benchmark runhaskell Setup build } Deleted: quickcheck-2.8.2.patch =================================================================== --- quickcheck-2.8.2.patch 2016-01-27 12:59:04 UTC (rev 159164) +++ quickcheck-2.8.2.patch 2016-01-27 13:09:53 UTC (rev 159165) @@ -1,15 +0,0 @@ ---- Utility/QuickCheck.hs.orig 2016-01-21 14:13:28.661285249 +0800 -+++ Utility/QuickCheck.hs 2016-01-21 14:13:34.534674457 +0800 -@@ -21,12 +21,6 @@ - import Control.Applicative - import Prelude - --instance (Arbitrary k, Arbitrary v, Eq k, Ord k) => Arbitrary (M.Map k v) where -- arbitrary = M.fromList <$> arbitrary -- --instance (Arbitrary v, Eq v, Ord v) => Arbitrary (S.Set v) where -- arbitrary = S.fromList <$> arbitrary -- - {- Times before the epoch are excluded. -} - instance Arbitrary POSIXTime where - arbitrary = fromInteger <$> nonNegative arbitrarySizedIntegral
