From ac49b66340d3ff755c6618dc01d30c4fd3a16361 Mon Sep 17 00:00:00 2001 From: Ian Lynagh <igloo@earth.li> Date: Sat, 20 Sep 2008 17:51:01 +0000 Subject: [PATCH] Update build-deps --- hpc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpc.cabal b/hpc.cabal index a282924..7018067 100644 --- a/hpc.cabal +++ b/hpc.cabal @@ -23,7 +23,7 @@ Library Build-Depends: base >= 3 && < 5, directory >= 1 && < 1.1, old-time >= 1 && < 1.1, - containers >= 0.1 && < 0.2 + containers >= 0.1 && < 0.3 else Build-Depends: base < 3 ghc-options: -Wall -- GitLab