diff options
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 5bcf6ba..f88891c 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -158,6 +158,14 @@ test-suite ghc-session , cabal-helper , c-h-internal +test-suite examples + import: build-deps, extensions + type: exitcode-stdio-1.0 + main-is: Examples.hs + hs-source-dirs: tests + ghc-options: -Wall + build-depends: cabal-helper + executable cabal-helper-main default-language: Haskell2010 default-extensions: NondecreasingIndentation |