[arch-commits] Commit in haskell-dns/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Mar 22 19:15:54 UTC 2020


    Date: Sunday, March 22, 2020 @ 19:15:54
  Author: felixonmars
Revision: 603604

remove workaround for old haskell-network

Modified:
  haskell-dns/trunk/PKGBUILD

----------+
 PKGBUILD |    5 -----
 1 file changed, 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-22 19:03:35 UTC (rev 603603)
+++ PKGBUILD	2020-03-22 19:15:54 UTC (rev 603604)
@@ -16,11 +16,6 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('5c3d86c95aeb61ffdf951472a18ce2878b9dad1069efdf02fd7aff4065cf88c93c13d197488af65811440c674a75601b0c3336a6de6a9bff98cca018254b6e9c')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/import Network.Socket/import Network.Socket hiding (send)/' test2/IOSpec.hs
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list