From ce50bfdce72a2d07b0d861ffd554695338a50ca5 Mon Sep 17 00:00:00 2001 From: "termux-actions[bot]" Date: Mon, 21 Mar 2022 09:19:23 +0000 Subject: [PATCH] packages/haskell-these&&packages/haskell-unordered-containers --- packages/haskell-unordered-containers/build.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 packages/haskell-unordered-containers/build.sh diff --git a/packages/haskell-unordered-containers/build.sh b/packages/haskell-unordered-containers/build.sh new file mode 100644 index 0000000000..0461a8ada5 --- /dev/null +++ b/packages/haskell-unordered-containers/build.sh @@ -0,0 +1,9 @@ +TERMUX_PKG_HOMEPAGE="https://github.com/haskell-unordered-containers/unordered-containers" +TERMUX_PKG_DESCRIPTION="Efficient hashing-based container types" +TERMUX_PKG_LICENSE="BSD 3-Clause" +TERMUX_PKG_MAINTAINER="Aditya Alok " +TERMUX_PKG_VERSION="0.2.17.0" +TERMUX_PKG_SRCURL="https://hackage.haskell.org/package/unordered-containers-${TERMUX_PKG_VERSION}/unordered-containers-${TERMUX_PKG_VERSION}.tar.gz" +TERMUX_PKG_SHA256="c49e3a6e0b6aae68c035b163e54f3521d1d65d0a3543fa46eaeddc97b4375a17" +TERMUX_PKG_BUILD_IN_SRC=true +TERMUX_PKG_DEPENDS="ghc-libs, haskell-hashable"