[arch-commits] Commit in dhall-docs/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jun 6 11:37:46 UTC 2021


    Date: Sunday, June 6, 2021 @ 11:37:45
  Author: felixonmars
Revision: 956226

upgpkg: dhall-docs 1.0.6-1: rebuild with dhall 1.39.0, dhall-bash 1.0.37, dhall-docs 1.0.6, dhall-json 1.7.7, dhall-lsp-server 1.0.15, dhall-yaml 1.2.7

Modified:
  dhall-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 11:36:38 UTC (rev 956225)
+++ PKGBUILD	2021-06-06 11:37:45 UTC (rev 956226)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=dhall-docs
-pkgver=1.0.5
-pkgrel=17
+pkgver=1.0.6
+pkgrel=1
 pkgdesc="Generate HTML docs from a dhall package"
 url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-docs"
 license=("BSD")
@@ -10,14 +10,14 @@
 depends=('ghc-libs' 'haskell-cryptonite' 'dhall' 'haskell-file-embed' 'haskell-lens-family-core'
          'haskell-lucid' 'haskell-megaparsec' 'haskell-memory' 'haskell-mmark'
          'haskell-optparse-applicative' 'haskell-path' 'haskell-path-io' 'haskell-prettyprinter')
-makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-foldl' 'haskell-tasty' 'haskell-tasty-hunit'
-             'haskell-tasty-silver' 'haskell-turtle')
+makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-foldl' 'haskell-hashable' 'haskell-tasty'
+             'haskell-tasty-hunit' 'haskell-tasty-silver' 'haskell-turtle')
 source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('22b0c6dfc3e9d5cca13f0a6d80b6e1148156039b287153f686265b1a39dc4103')
+sha512sums=('d02c687404833bad6ad41110e52454216b5d0fd113ef2741d98e13c26dd00265032d0e8c1e65e6d8e6e11157567854467761b836f27d2c3d1f0d761a24ac87e8')
 
 prepare() {
   cd $pkgname-$pkgver
-  uusi -u cryptonite -u memory $pkgname.cabal
+  uusi -u hashable $pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list