summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lenz2018-12-05 22:14:52 +0100
committerNicolas Lenz2018-12-05 22:14:52 +0100
commitb81fcfacfad7d66b752c642142ba7d252fd9d034 (patch)
tree612152db862f700b6e23556405c8b5d7f457f6be
parentcd323efe611972162fdc19967b2b64d55a828fe8 (diff)
downloadaur-b81fcfacfad7d66b752c642142ba7d252fd9d034.tar.gz
Add missing dependencies
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD4
2 files changed, 12 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8ec5402e219..499feb002fcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,22 @@
pkgbase = haskell-mock
pkgdesc = Great Haskell tool to transform text
pkgver = 3.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://git.eisfunke.com/software/mock
arch = x86_64
license = custom:WTFPL
makedepends = ghc
+ depends = haskell-array
depends = haskell-base
+ depends = haskell-binary
+ depends = haskell-bytestring
+ depends = haskell-deepseq
+ depends = haskell-ghc-prim
+ depends = haskell-hashable
+ depends = haskell-integer-gmp
depends = haskell-random
+ depends = haskell-rts
+ depends = haskell-text
depends = haskell-time
source = haskell-mock-3.2.1.tar.gz::https://git.eisfunke.com/software/mock/archive/v3.2.1.tar.gz
sha256sums = c19ba1391addd75c1a3e8e609690b78b3086e3916caefedd76a198452f2e9b33
diff --git a/PKGBUILD b/PKGBUILD
index 77512b34ecb4..6149e2e0daf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=haskell-mock
pkgver=3.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Great Haskell tool to transform text"
url="https://git.eisfunke.com/software/mock"
license=("custom:WTFPL")
arch=("x86_64")
-depends=("haskell-base" "haskell-random" "haskell-time")
+depends=("haskell-array" "haskell-base" "haskell-binary" "haskell-bytestring" "haskell-deepseq" "haskell-ghc-prim" "haskell-hashable" "haskell-integer-gmp" "haskell-random" "haskell-rts" "haskell-text" "haskell-time")
makedepends=("ghc")
source=("${pkgname}-${pkgver}.tar.gz::https://git.eisfunke.com/software/mock/archive/v${pkgver}.tar.gz")
sha256sums=("c19ba1391addd75c1a3e8e609690b78b3086e3916caefedd76a198452f2e9b33")