From a675833ca6153d2b05a227ec386cf6556835367e Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Mon, 31 Dec 2012 14:28:15 -0800 Subject: [PATCH] Add ghc-prim dep for GHC >= 7.2 --- pronk.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/pronk.cabal b/pronk.cabal index d94a96b..1e1ec6e 100644 --- a/pronk.cabal +++ b/pronk.cabal @@ -55,6 +55,7 @@ library criterion >= 0.6.0.0, deepseq, filepath, + ghc-prim >= 0.2.0.0, hashable >= 1.2.0.2, hastache, http-conduit >= 1.6,