pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/hs-servant-server



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat May  4 13:33:09 UTC 2024

Modified Files:
        pkgsrc/www/hs-servant-server: Makefile distinfo
Removed Files:
        pkgsrc/www/hs-servant-server/patches: patch-servant-server.cabal

Log Message:
www/hs-servant-server: Make use of HASKELL_DISABLE_EXECUTABLES


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/hs-servant-server/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/hs-servant-server/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/www/hs-servant-server/patches/patch-servant-server.cabal

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/hs-servant-server/Makefile
diff -u pkgsrc/www/hs-servant-server/Makefile:1.6 pkgsrc/www/hs-servant-server/Makefile:1.7
--- pkgsrc/www/hs-servant-server/Makefile:1.6   Sat May  4 13:31:29 2024
+++ pkgsrc/www/hs-servant-server/Makefile       Sat May  4 13:33:08 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/05/04 13:31:29 pho Exp $
+# $NetBSD: Makefile,v 1.7 2024/05/04 13:33:08 pho Exp $
 
 DISTNAME=      servant-server-0.20
 PKGREVISION=   1
@@ -8,6 +8,9 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Family of combinators for defining webservices APIs and serving them
 LICENSE=       modified-bsd
 
+HASKELL_DISABLE_EXECUTABLES+=  \
+       greet
+
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
        base            \
        bytestring      \

Index: pkgsrc/www/hs-servant-server/distinfo
diff -u pkgsrc/www/hs-servant-server/distinfo:1.2 pkgsrc/www/hs-servant-server/distinfo:1.3
--- pkgsrc/www/hs-servant-server/distinfo:1.2   Tue Oct 31 04:44:52 2023
+++ pkgsrc/www/hs-servant-server/distinfo       Sat May  4 13:33:08 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/10/31 04:44:52 pho Exp $
+$NetBSD: distinfo,v 1.3 2024/05/04 13:33:08 pho Exp $
 
 BLAKE2s (servant-server-0.20.tar.gz) = 398863406c8022357eb29038ebc48974376415e126e808471100e2c617db0b3e
 SHA512 (servant-server-0.20.tar.gz) = 4db1d8f6b08ce3af835cbc6232951a1fc6d5d8a5d63a713b33c70be1d587f1c4e6825fa3893e27056ab4635477444ebb5479add8825e3e50473833e586c0c397
 Size (servant-server-0.20.tar.gz) = 55745 bytes
-SHA1 (patch-servant-server.cabal) = 81082558eb37055ec40f9b7deff1c7791706e642



Home | Main Index | Thread Index | Old Index