From 9fbd86ee0c9fce5b0f4efb8dc9503b3a5b086f9c Mon Sep 17 00:00:00 2001 From: RyanGlScott Date: Fri, 22 Apr 2016 08:49:27 -0400 Subject: [PATCH] Fix compilation of benchmarks --- yi-rope.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/yi-rope.cabal b/yi-rope.cabal index cd291f1..2bdd3f9 100644 --- a/yi-rope.cabal +++ b/yi-rope.cabal @@ -61,6 +61,7 @@ benchmark bench base >=4.5 && <5 , criterion , deepseq + , text , yi-rope source-repository head