Skip to content

Commit

Permalink
Add default-language field
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaimaruseac committed Feb 1, 2021
1 parent cc1db67 commit e146d67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hindent.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ source-repository head
library
hs-source-dirs: src/
ghc-options: -Wall -O2
default-language: Haskell2010
exposed-modules: HIndent
HIndent.Types
HIndent.Pretty
Expand All @@ -52,6 +53,7 @@ library
executable hindent
hs-source-dirs: src/main
ghc-options: -Wall -O2
default-language: Haskell2010
main-is: Main.hs
other-modules: Path.Find
build-depends: base >= 4 && < 5
Expand All @@ -74,6 +76,7 @@ executable hindent
test-suite hindent-test
type: exitcode-stdio-1.0
hs-source-dirs: src/main/
default-language: Haskell2010
main-is: Test.hs
other-modules: Markdone
build-depends: base >= 4 && <5
Expand All @@ -93,6 +96,7 @@ test-suite hindent-test
benchmark hindent-bench
type: exitcode-stdio-1.0
hs-source-dirs: src/main
default-language: Haskell2010
ghc-options: -Wall -O2 -rtsopts
main-is: Benchmark.hs
other-modules: Markdone
Expand Down

0 comments on commit e146d67

Please sign in to comment.