aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-09-28 22:49:27 +0200
committerDaniel Gröber <dxld@darkboxed.org>2017-09-28 22:49:27 +0200
commita3f381ba91898ce674f0fe5c948fad9ceb03b61e (patch)
treee2cb01e365f8ca545884d1f530eb89115412c831 /cabal-helper.cabal
parent09b4ef21af303c55881cfa82b42ad8ed0d7c712f (diff)
Re-add ghc-prim depends
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal8
1 files changed, 7 insertions, 1 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 85998fc..335e3fe 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -64,6 +64,10 @@ library
, process < 1.7 && >= 1.1.0.1
, unix < 2.8 && >= 2.5.1.1
, semigroupoids < 5.3 && >= 5.2.1
+ , ghc-prim
+
+-- [Note ghc-prim]
+-- Exports GHC.Generics in GHC-7.4
executable cabal-helper-wrapper
default-language: Haskell2010
@@ -102,6 +106,7 @@ executable cabal-helper-wrapper
, transformers < 0.6 && >= 0.3.0.0
, unix < 2.8 && >= 2.5.1.1
, utf8-string < 1.1 && >= 1.0.1.1
+ , ghc-prim
test-suite compile-test
default-language: Haskell2010
@@ -136,7 +141,7 @@ test-suite compile-test
, transformers < 0.6 && >= 0.3.0.0
, unix < 2.8 && >= 2.5.1.1
, utf8-string < 1.1 && >= 1.0.1.1
-
+ , ghc-prim
executable cabal-helper-main
default-language: Haskell2010
@@ -159,6 +164,7 @@ executable cabal-helper-main
, bytestring
, filepath
, directory
+ , ghc-prim
flag dev
description: Build development components