summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjohngowers2019-04-22 22:29:30 +0100
committerjohngowers2019-04-22 22:29:30 +0100
commit7e5f1d73e0f1d155253ff4f10be880eec129ae86 (patch)
treeda3bfe57ef36a5ce83f4898f46cd808e5e513867 /PKGBUILD
parent2231e7824aa14ef4f209199ed2e27f5b9d570a8a (diff)
downloadaur-7e5f1d73e0f1d155253ff4f10be880eec129ae86.tar.gz
Added dependencies to PKGBUILD.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4903d7ec9f9..a1f591a0ac7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,10 +11,10 @@ license=('custom')
groups=()
depends=('ghc-libs' 'haskell-async' 'haskell-blaze-html' 'haskell-boxes'
'haskell-cpphs' 'haskell-data-hash' 'haskell-edisonapi' 'haskell-edisoncore'
- 'haskell-edit-distance' 'haskell-equivalence' 'haskell-geniplate-mirror' 'haskell-gitrev'
- 'haskell-hashable' 'haskell-hashtables' 'haskell-ieee754' 'haskell-murmur-hash'
- 'haskell-regex-tdfa' 'haskell-strict' 'haskell-unordered-containers' 'haskell-uri-encode'
- 'haskell-zlib')
+ 'haskell-edit-distance' 'haskell-equivalence' 'haskell-filemanip' 'haskell-aeson'
+ 'haskell-geniplate-mirror' 'haskell-gitrev' 'haskell-hashable' 'haskell-hashtables'
+ 'haskell-ieee754' 'haskell-murmur-hash' 'haskell-regex-tdfa' 'haskell-strict'
+ 'haskell-unordered-containers' 'haskell-uri-encode' 'haskell-zlib')
makedepends=('git' 'alex' 'happy' 'ghc')
optdepends=('agda-stdlib: for standard library')
provides=("${pkgname%-git}")