From f429cbc0d56dc8426285bc2d5ca7301ec241da98 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 7 Feb 2022 16:05:55 +0100 Subject: non-blocking server --- package.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.yaml') diff --git a/package.yaml b/package.yaml index 95ed5fb..84e1e96 100644 --- a/package.yaml +++ b/package.yaml @@ -5,7 +5,7 @@ homepage: https://stuebinm.eu/git/walint author: stuebinm maintainer: stuebinm@disroot.org copyright: 2022 stuebinm -ghc-options: -Wall -Wno-name-shadowing +ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors dependencies: - base @@ -70,3 +70,4 @@ executables: - directory - walint - uuid + - containers -- cgit v1.2.3