From d2413a18a310e307b8034f9c6b64168e69240247 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Tue, 26 Sep 2017 15:32:59 +0200 Subject: Remove 'ghc-prim' dependency Not sure what that was added for but looks useless. --- cabal-helper.cabal | 3 --- 1 file changed, 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 -- cgit v1.2.3