[arch-commits] Commit in arch-hs/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Nov 8 15:41:21 UTC 2020
Date: Sunday, November 8, 2020 @ 15:41:21
Author: felixonmars
Revision: 746610
add pacman to dependency
Modified:
arch-hs/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-08 15:40:42 UTC (rev 746609)
+++ PKGBUILD 2020-11-08 15:41:21 UTC (rev 746610)
@@ -8,7 +8,7 @@
arch=('x86_64')
url="https://github.com/berberman/arch-hs"
license=('MIT')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-req' 'haskell-hackage-db' 'haskell-megaparsec'
+depends=('ghc-libs' 'pacman' 'haskell-aeson' 'haskell-req' 'haskell-hackage-db' 'haskell-megaparsec'
'haskell-algebraic-graphs' 'haskell-conduit' 'haskell-tar-conduit' 'haskell-conduit-extra'
'haskell-split' 'haskell-neat-interpolation' 'haskell-microlens' 'haskell-microlens-th'
'haskell-polysemy' 'haskell-colourista' 'haskell-optparse-applicative')
More information about the arch-commits
mailing list