aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorAlan Zimmerman <alan.zimm@gmail.com>2017-11-29 22:36:25 +0200
committerDaniel Gröber <dxld@darkboxed.org>2018-01-18 14:10:26 +0100
commit8d2dbc7ce3211725561bd419271ac4cabb8c7ae8 (patch)
tree28a0831268f11dd24170560e97b563337f45f465 /cabal-helper.cabal
parent93a139b03320e00316411cd9220ad7c304ad55c6 (diff)
Cleaning up
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal74
1 files changed, 37 insertions, 37 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 468d10b..80002b3 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -125,44 +125,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