From 20a80c4cc45659acaae9a8b77af63c2fc941854a Mon Sep 17 00:00:00 2001 From: Ian Lynagh <igloo@earth.li> Date: Mon, 12 Dec 2011 21:38:54 +0000 Subject: [PATCH] Update dependencies --- hpc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpc.cabal b/hpc.cabal index debadc0..d2f3570 100644 --- a/hpc.cabal +++ b/hpc.cabal @@ -27,7 +27,7 @@ Library if flag(small_base) Build-Depends: base >= 3 && < 5, directory >= 1 && < 1.2, - old-time >= 1 && < 1.1, + old-time >= 1 && < 1.2, containers >= 0.1 && < 0.5 else Build-Depends: base < 3 -- GitLab