From 43230b0cd5e45730d38d06ccf7ea2daa08fdcaa3 Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Mon, 18 Nov 2024 01:12:20 +0530 Subject: [PATCH] Disable (temporarily) deprecation warnings --- streamly-examples.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/streamly-examples.cabal b/streamly-examples.cabal index 34e035c..d584f41 100644 --- a/streamly-examples.cabal +++ b/streamly-examples.cabal @@ -93,6 +93,7 @@ common exe-options -Wincomplete-uni-patterns -Wredundant-constraints -Wnoncanonical-monad-instances + -Wno-deprecations if impl(ghc >= 9.8) ghc-options: -Wno-x-partial