diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-09-26 15:32:59 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2017-09-26 16:35:56 +0200 |
commit | d2413a18a310e307b8034f9c6b64168e69240247 (patch) | |
tree | e1134822ffea537e4152ec37b27a0236fb2eb328 /cabal-helper.cabal | |
parent | 9a60de3a5c25f8c51cd2dfd179629ce4a1da54b8 (diff) |
Remove 'ghc-prim' dependency
Not sure what that was added for but looks useless.
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 919d7af..b4867d2 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -62,7 +62,6 @@ library , mtl < 2.3 && >= 2.0 , process < 1.7 && >= 1.1.0.1 , unix < 2.8 && >= 2.5.1.1 - , ghc-prim executable cabal-helper-wrapper default-language: Haskell2010 @@ -99,7 +98,6 @@ executable cabal-helper-wrapper , unix < 2.8 && >= 2.5.1.1 , template-haskell - , ghc-prim test-suite compile-test default-language: Haskell2010 @@ -135,7 +133,6 @@ test-suite compile-test , unix < 2.8 && >= 2.5.1.1 , template-haskell - , ghc-prim -- TODO: Use cabal_macros.h to replace -D flags by including it in -- CabalHelper.Data |