core: move default-language to common stanza

This commit is contained in:
Richard Marko 2023-11-17 19:58:09 +01:00
parent ea03ee9b08
commit 2fbb602896

View File

@ -52,6 +52,7 @@ common commons
, LambdaCase
, BangPatterns
, ViewPatterns
default-language: Haskell2010
library
import: commons
@ -102,7 +103,6 @@ library
, unordered-containers
, vector
hs-source-dirs: src
default-language: Haskell2010
Flag bounded_memory
description: Run tests of constant memory use (requires +RTS -T)
@ -149,4 +149,3 @@ test-suite format-tests
, temporary
, text
, unix
default-language: Haskell2010