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

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 13 07:35:03 UTC 2022


    Date: Sunday, March 13, 2022 @ 07:35:02
  Author: felixonmars
Revision: 1150609

upgpkg: haskell-binary-orphans 1.0.2-1: rebuild with binary-orphans 1.0.2

Modified:
  haskell-binary-orphans/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-13 07:32:40 UTC (rev 1150608)
+++ PKGBUILD	2022-03-13 07:35:02 UTC (rev 1150609)
@@ -3,22 +3,21 @@
 
 _hkgname=binary-orphans
 pkgname=haskell-binary-orphans
-pkgver=1.0.1
-pkgrel=169
+pkgver=1.0.2
+pkgrel=1
 pkgdesc="Orphan instances for binary"
 url="https://github.com/phadej/binary-orphans"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty'
+depends=('ghc-libs' 'haskell-onetuple')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty'
              'haskell-tasty-quickcheck' 'haskell-tagged')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('067df608ec5fee2907c1648c19116a4de7a237c41101e811ba02789fbe22c5726443d4950b03bd156ad8ea336acc6c71da3efe7a6cf1127519ec5eb9778ec11d')
+sha512sums=('49b6c758b0e94594e9a5feab7f5c3398fcd6b0498c06fffa5e9eb1d39c753f64c0eafbfdd2826a9581a47f2caa5e4194aef89840ce95ba1455844e74b6d6ad1e')
 
 prepare() {
     cd $_hkgname-$pkgver
-    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
-    sed -i -e 's/< *0.8.7/<1/;s/< *2.14/<3/;s/< *4.14/<5/;s/< *1.3/<2/' $_hkgname.cabal
+    gen-setup
 }
 
 build() {



More information about the arch-commits mailing list