From 344753970fa7bc929b62ea8c25a77bddfdee9f15 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Sun, 16 Dec 2018 17:43:47 +0100 Subject: Add example to show off cabal-helper's functionality --- cabal-helper.cabal | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cabal-helper.cabal') 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 -- cgit v1.2.3