We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b56d49e commit fa75664Copy full SHA for fa75664
1 file changed
patch.cabal
@@ -32,6 +32,7 @@ flag split-these
32
33
library
34
hs-source-dirs: src
35
+ default-language: Haskell2010
36
build-depends: base >= 4.9 && < 4.14
37
, constraints-extras >= 0.3 && < 0.4
38
, containers >= 0.6 && < 0.7
@@ -64,6 +65,7 @@ library
64
65
, monoidal-containers == 0.4.0.0
66
67
test-suite hlint
68
69
type: exitcode-stdio-1.0
70
main-is: hlint.hs
71
hs-source-dirs: test
0 commit comments