mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2025-01-07 11:51:26 +03:00
core: move default-language to common stanza
This commit is contained in:
parent
ea03ee9b08
commit
2fbb602896
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user