[arch-commits] Commit in haskell-lens/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Jan 11 14:50:17 UTC 2020


    Date: Saturday, January 11, 2020 @ 14:50:16
  Author: felixonmars
Revision: 551911

upgpkg: haskell-lens 4.18-1: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6, lens 4.18

Modified:
  haskell-lens/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-11 13:20:56 UTC (rev 551910)
+++ PKGBUILD	2020-01-11 14:50:16 UTC (rev 551911)
@@ -3,8 +3,8 @@
 
 _hkgname=lens
 pkgname=haskell-lens
-pkgver=4.17.1
-pkgrel=40
+pkgver=4.18
+pkgrel=1
 pkgdesc="Lenses, Folds and Traversals"
 url="https://github.com/ekmett/lens/"
 license=("BSD")
@@ -13,16 +13,12 @@
          'haskell-contravariant' 'haskell-distributive' 'haskell-exceptions' 'haskell-free'
          'haskell-hashable' 'haskell-kan-extensions' 'haskell-parallel' 'haskell-profunctors'
          'haskell-reflection' 'haskell-semigroupoids' 'haskell-tagged' 'haskell-th-abstraction'
-         'haskell-transformers-compat' 'haskell-unordered-containers' 'haskell-vector')
+         'haskell-transformers-compat' 'haskell-type-equality' 'haskell-unordered-containers'
+         'haskell-vector')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('4fa7e00fd4f60440e7e10162ffb26cb3b557de6a3385160ed622cfa86a9c7bb0ab593a9db04ce04f581183e99d9d066d1e2398002eef36770044c900c294896b')
+sha512sums=('dc1dd52dd8524e0fda6bf5fe6e17c33ca5d69525dcf79f6381e409333fb70460fe0a6adc8b8b8582ecaddc053cf07163f5bbd6db89f3f508d7d7294854354892')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *0.2/<1/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list