Skip to content

Commit

Permalink
cabal: add default-language
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar committed Nov 6, 2020
1 parent b56d49e commit fa75664
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions patch.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ flag split-these

library
hs-source-dirs: src
default-language: Haskell2010
build-depends: base >= 4.9 && < 4.14
, constraints-extras >= 0.3 && < 0.4
, containers >= 0.6 && < 0.7
Expand Down Expand Up @@ -64,6 +65,7 @@ library
, monoidal-containers == 0.4.0.0

test-suite hlint
default-language: Haskell2010
type: exitcode-stdio-1.0
main-is: hlint.hs
hs-source-dirs: test
Expand Down

0 comments on commit fa75664

Please sign in to comment.