From 12af3c86cd92677cab7869055d07059e30131328 Mon Sep 17 00:00:00 2001 From: L0neGamer Date: Wed, 31 Jul 2024 13:44:29 +0100 Subject: [PATCH] specify default language --- ekg.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ekg.cabal b/ekg.cabal index af6edf1..79cf265 100644 --- a/ekg.cabal +++ b/ekg.cabal @@ -79,7 +79,8 @@ library , transformers <0.7 , unordered-containers <0.3 - ghc-options: -Wall + ghc-options: -Wall + default-language: Haskell2010 source-repository head type: git