summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSolomon Choina2018-11-08 19:05:24 -0500
committerSolomon Choina2018-11-08 19:05:24 -0500
commitb6336710acefa4bbefe730ab5014ce710a693d4b (patch)
tree2c18c2b1bb3335a32cb44e7e54020faad53c4b68 /PKGBUILD
parent61ca0efa1c45292aa24be5f539f9047e28b6b556 (diff)
downloadaur-b6336710acefa4bbefe730ab5014ce710a693d4b.tar.gz
updating pkgsums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e60c7fc43c2f..f1860145e55b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
makedepends=(ghc)
depends=('haskell-bytestring' 'haskell-deepseq' 'haskell-ghc-prim' 'haskell-containers' 'haskell-hashable' 'haskell-nats' 'haskell-text' 'haskell-unordered-containers')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha256sums=('589e3042329a6bcffb5c0e85834143586db22eb7a2aae094d492cd004f685d27')
+sha256sums=('ab2a96af6e81e31b909c37ba65f436f1493dbf387cfe0de10b6586270c4ce29d')
build() {
cd ${srcdir}/${_hkgname}-${pkgver}
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \