summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoramesgen2020-01-15 13:53:52 +0100
committeramesgen2020-01-15 13:54:18 +0100
commit9cf746b0703e650b62f713ac12d2f21981116991 (patch)
tree58786a6bf03d1e2feb67741205c066b684586c91 /PKGBUILD
parent8e28c448e528b144cad6bab20da658b1d6ffc109 (diff)
downloadaur-9cf746b0703e650b62f713ac12d2f21981116991.tar.gz
add gmp as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a907279c42fa..6462e48f9a6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc="A formatter for Haskell source code"
arch=('i686' 'x86_64')
url="https://github.com/tweag/${pkgname}"
license=('custom')
+depends=('gmp')
makedepends=('stack')
source=("${url}/archive/${pkgver}.tar.gz"
'stack.yaml')