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

Felix Yan felixonmars at archlinux.org
Fri Jan 4 08:52:35 UTC 2019


    Date: Friday, January 4, 2019 @ 08:52:34
  Author: felixonmars
Revision: 420505

upgpkg: haskell-microlens-aeson 2.3.0.1-1

rebuild with microlens-aeson 2.3.0.1

Modified:
  haskell-microlens-aeson/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-04 08:51:56 UTC (rev 420504)
+++ PKGBUILD	2019-01-04 08:52:34 UTC (rev 420505)
@@ -2,8 +2,8 @@
 
 _hkgname=microlens-aeson
 pkgname=haskell-microlens-aeson
-pkgver=2.3.0
-pkgrel=52
+pkgver=2.3.0.1
+pkgrel=1
 pkgdesc="Law-abiding lenses for Aeson, using microlens"
 url="https://github.com/fosskers/microlens-aeson/"
 license=('MIT')
@@ -12,11 +12,10 @@
          'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector')
 makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('675c92fdb5f40a5c3c73c93555d55844a5b6b999717545682d80f5fe75b43f8b998af22164b98a034a6e8eea7590bbe1c253b69de6ed2bf411308942108ca804')
+sha512sums=('878301ea11a3de537678cdee6ddeaeb53482b13edec19cfe4d07522c52c2fa20983ef91f0bccfc6fffa36820b5e49fcd478461ffe190b661a1e9d1d65bb4f57b')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/<.*1.4/<2/' $_hkgname.cabal
     echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
 }
 



More information about the arch-commits mailing list