[commit: packages/filepath] bgamari-patch-1, master: Switch to default-language: 2010 (e2dba71)
git at git.haskell.org
git at git.haskell.org
Mon Apr 17 21:35:23 UTC 2017
Repository : ssh://git@git.haskell.org/filepath
On branches: bgamari-patch-1,master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/e2dba717b8056baa356600c173fb7aa608a9c40f
>---------------------------------------------------------------
commit e2dba717b8056baa356600c173fb7aa608a9c40f
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Sun Sep 25 21:35:21 2016 +0100
Switch to default-language: 2010
>---------------------------------------------------------------
e2dba717b8056baa356600c173fb7aa608a9c40f
filepath.cabal | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/filepath.cabal b/filepath.cabal
index e097c07..aff6526 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -35,7 +35,7 @@ source-repository head
location: https://github.com/haskell/filepath.git
library
- default-language: Haskell98
+ default-language: Haskell2010
other-extensions:
CPP
PatternGuards
@@ -54,7 +54,7 @@ library
test-suite filepath-tests
type: exitcode-stdio-1.0
- default-language: Haskell98
+ default-language: Haskell2010
main-is: Test.hs
ghc-options: -main-is Test
hs-source-dirs: tests
More information about the ghc-commits
mailing list