From 60a0adc5e53960336d93d281d5b528e26715e791 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 12 May 2020 12:56:15 +0300 Subject: [PATCH] More compliance stuff --- file-embed.cabal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/file-embed.cabal b/file-embed.cabal index 7d1c650..d5a8ea3 100644 --- a/file-embed.cabal +++ b/file-embed.cabal @@ -18,6 +18,7 @@ extra-source-files: test/main.hs, test/sample/foo, test/sample/bar/baz, README.md library + default-language: Haskell2010 build-depends: base >= 4.9.1 && < 5 , bytestring >= 0.9.1.4 , directory >= 1.0.0.3 @@ -27,6 +28,7 @@ library ghc-options: -Wall test-suite test + default-language: Haskell2010 type: exitcode-stdio-1.0 main-is: main.hs hs-source-dirs: test