aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorAlan Zimmerman <alan.zimm@gmail.com>2017-11-30 09:11:47 +0200
committerDaniel Gröber <dxld@darkboxed.org>2018-01-18 14:10:26 +0100
commit736b60ece1f10efe1bf1f57acf3f4d148bed5577 (patch)
tree05ccdcab780c4cc83ba5513e269d49364bcebb47 /cabal-helper.cabal
parent984ba56912b4462140d1023b8f16c01e4c8bf558 (diff)
Add cabal files for ghc-session-test.
Temporarily disable compile-test, for quicker CI feedback.
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal76
1 files changed, 39 insertions, 37 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 80002b3..c330326 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -38,9 +38,11 @@ extra-source-files: README.md
tests/*.hs
tests/exelib/*.hs
+ tests/exelib/*.cabal
tests/exelib/lib/*.hs
tests/exeintlib/*.hs
+ tests/exeintlib/*.cabal
tests/exeintlib/lib/*.hs
tests/exeintlib/intlib/*.hs
@@ -125,44 +127,44 @@ executable cabal-helper-wrapper
, utf8-string < 1.1 && >= 1.0.1.1
, ghc-prim
-test-suite compile-test
- default-language: Haskell2010
- default-extensions: NondecreasingIndentation
- type: exitcode-stdio-1.0
- main-is: CompileTest.hs
- hs-source-dirs: tests, src
- other-modules:
- CabalHelper.Compiletime.Compat.Environment
- CabalHelper.Compiletime.Compat.Version
- CabalHelper.Compiletime.Compile
- CabalHelper.Compiletime.Data
- CabalHelper.Compiletime.Log
- CabalHelper.Compiletime.Types
- CabalHelper.Shared.Common
- CabalHelper.Shared.Sandbox
- Paths_cabal_helper
- ghc-options: -Wall
- build-tools: cabal
+-- test-suite compile-test
+-- default-language: Haskell2010
+-- default-extensions: NondecreasingIndentation
+-- type: exitcode-stdio-1.0
+-- main-is: CompileTest.hs
+-- hs-source-dirs: tests, src
+-- other-modules:
+-- CabalHelper.Compiletime.Compat.Environment
+-- CabalHelper.Compiletime.Compat.Version
+-- CabalHelper.Compiletime.Compile
+-- CabalHelper.Compiletime.Data
+-- CabalHelper.Compiletime.Log
+-- CabalHelper.Compiletime.Types
+-- CabalHelper.Shared.Common
+-- CabalHelper.Shared.Sandbox
+-- Paths_cabal_helper
+-- ghc-options: -Wall
+-- build-tools: cabal
- -- Same as cabal-helper-wrapper
- build-depends: base < 5 && >= 4.5
- if os(windows)
- build-depends: base >= 4.7
- build-depends: Cabal < 2.1 && >= 2.0 || < 1.26 && >= 1.14
- , bytestring < 0.11 && >= 0.9.2.1
- , directory < 1.4 && >= 1.1.0.2
- , exceptions < 0.9 && >= 0.8.3
- , filepath < 1.5 && >= 1.3.0.0
- , mtl < 2.3 && >= 2.0
- , process < 1.7 && >= 1.1.0.1
- , template-haskell < 2.13 && >= 2.7.0.0
- , temporary < 1.3 && >= 1.2.0.4
- , transformers < 0.6 && >= 0.3.0.0
- if !os(windows)
- build-depends: unix < 2.8 && >= 2.5.1.1
- build-depends: unix-compat < 0.5 && >= 0.4.3.1
- , utf8-string < 1.1 && >= 1.0.1.1
- , ghc-prim
+-- -- Same as cabal-helper-wrapper
+-- build-depends: base < 5 && >= 4.5
+-- if os(windows)
+-- build-depends: base >= 4.7
+-- build-depends: Cabal < 2.1 && >= 2.0 || < 1.26 && >= 1.14
+-- , bytestring < 0.11 && >= 0.9.2.1
+-- , directory < 1.4 && >= 1.1.0.2
+-- , exceptions < 0.9 && >= 0.8.3
+-- , filepath < 1.5 && >= 1.3.0.0
+-- , mtl < 2.3 && >= 2.0
+-- , process < 1.7 && >= 1.1.0.1
+-- , template-haskell < 2.13 && >= 2.7.0.0
+-- , temporary < 1.3 && >= 1.2.0.4
+-- , transformers < 0.6 && >= 0.3.0.0
+-- if !os(windows)
+-- build-depends: unix < 2.8 && >= 2.5.1.1
+-- build-depends: unix-compat < 0.5 && >= 0.4.3.1
+-- , utf8-string < 1.1 && >= 1.0.1.1
+-- , ghc-prim
test-suite ghc-session
default-language: Haskell2010