From 066232a08d45b2a99dcceae2959837e590412e5a Mon Sep 17 00:00:00 2001 From: Ian Lynagh <igloo@earth.li> Date: Sun, 14 Oct 2012 17:15:48 +0100 Subject: [PATCH] Fix some dependencies --- hpc-bin.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpc-bin.cabal b/hpc-bin.cabal index bce8ea5..30b9621 100644 --- a/hpc-bin.cabal +++ b/hpc-bin.cabal @@ -43,6 +43,6 @@ Executable hpc Build-Depends: directory >= 1 && < 1.3, containers >= 0.1 && < 0.6, array >= 0.1 && < 0.5 - Build-Depends: haskell98, hpc + Build-Depends: hpc Extensions: CPP -- GitLab