From 26cdfa7994bf6d7a0786df5bfdd32e4b0ccd7fed Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Tue, 11 May 2021 15:47:14 +0200 Subject: [PATCH] configure static build --- bisc.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/bisc.cabal b/bisc.cabal index 58a33b3..52d9fde 100644 --- a/bisc.cabal +++ b/bisc.cabal @@ -38,3 +38,4 @@ executable bisc mtl, configurator, exceptions, data-default, bytestring default-language: Haskell2010 + extra-libraries: snappy stdc++