[arch-commits] Commit in haskell-doctest-exitcode-stdio/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Fri Jun 11 19:23:47 UTC 2021
Date: Friday, June 11, 2021 @ 19:23:46
Author: jelle
Revision: 962847
semigroups is now part of ghc
Modified:
haskell-doctest-exitcode-stdio/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-11 19:23:38 UTC (rev 962846)
+++ PKGBUILD 2021-06-11 19:23:46 UTC (rev 962847)
@@ -8,11 +8,16 @@
url="https://hub.darcs.net/thielema/doctest-exitcode-stdio/"
license=("BSD")
arch=('x86_64')
-depends=('ghc-libs' 'haskell-quickcheck' 'haskell-doctest-lib' 'haskell-semigroups')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-doctest-lib')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
sha256sums=('1dec779d5e67ea46c8b0d69d454e0717383654e87323bdebc2bc0a8cb33f6cbc')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i '/semigroups/d' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list