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

Felix Yan felixonmars at archlinux.org
Tue Dec 15 19:13:45 UTC 2020


    Date: Tuesday, December 15, 2020 @ 19:13:45
  Author: felixonmars
Revision: 776093

upgpkg: haskell-structured 0.1-49: rebuild with base16-bytestring 1.0.0.0, casa-types 0.0.2

Modified:
  haskell-structured/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-15 19:11:24 UTC (rev 776092)
+++ PKGBUILD	2020-12-15 19:13:45 UTC (rev 776093)
@@ -3,7 +3,7 @@
 _hkgname=structured
 pkgname=haskell-structured
 pkgver=0.1
-pkgrel=48
+pkgrel=49
 pkgdesc="Structure (hash) of your data types"
 url="https://github.com/phadej/binary-tagged"
 license=('BSD')
@@ -11,13 +11,13 @@
 depends=('ghc-libs' 'haskell-aeson' 'haskell-base16-bytestring' 'haskell-hashable'
          'haskell-scientific' 'haskell-tagged' 'haskell-time-compat' 'haskell-unordered-containers'
          'haskell-uuid-types' 'haskell-vector')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('52a1834a7c9ac1b62241bc9f424d63b1a541e791b13937f61d15da35b9ab024d3df39949f156b2f23293d397d961cb91c8fa38a5585db4f740a20b52b6dcc49d')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *1.5/<2/' $_hkgname.cabal
+    uusi -u aeson -u base16-bytestring $_hkgname.cabal
     echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
 }
 



More information about the arch-commits mailing list