Skip to content

Commit e2dba71

Browse files
committed
Switch to default-language: 2010
1 parent fb553fe commit e2dba71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

filepath.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ source-repository head
3535
location: https://github.com/haskell/filepath.git
3636

3737
library
38-
default-language: Haskell98
38+
default-language: Haskell2010
3939
other-extensions:
4040
CPP
4141
PatternGuards
@@ -54,7 +54,7 @@ library
5454

5555
test-suite filepath-tests
5656
type: exitcode-stdio-1.0
57-
default-language: Haskell98
57+
default-language: Haskell2010
5858
main-is: Test.hs
5959
ghc-options: -main-is Test
6060
hs-source-dirs: tests

0 commit comments

Comments
 (0)