Skip to content

Commit 5fbc050

Browse files
committed
add default-language
1 parent b54e535 commit 5fbc050

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

chell-hunit/chell-hunit.cabal

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ source-repository head
2626
location: https://github.com/typeclasses/chell.git
2727

2828
library
29+
default-language: Haskell2010
2930
ghc-options: -Wall
3031

3132
build-depends:

chell-quickcheck/chell-quickcheck.cabal

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ source-repository head
2626
location: https://github.com/typeclasses/chell.git
2727

2828
library
29+
default-language: Haskell2010
2930
ghc-options: -Wall
3031

3132
build-depends:

chell/chell.cabal

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ flag color-output
6565
default: True
6666

6767
library
68+
default-language: Haskell2010
6869
ghc-options: -Wall
6970

7071
build-depends:

0 commit comments

Comments
 (0)