From 5b0ee061e2f1fb6acb249289349c774146ea34a5 Mon Sep 17 00:00:00 2001 From: Edward Kmett Date: Sun, 29 Jul 2012 05:36:23 -0400 Subject: [PATCH] dependency version bump for containers, we're not actually compatible with older versions --- order-statistics.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/order-statistics.cabal b/order-statistics.cabal index cde2e7e..f811e1b 100644 --- a/order-statistics.cabal +++ b/order-statistics.cabal @@ -1,6 +1,6 @@ name: order-statistics category: Statistics -version: 0.1.0.3 +version: 0.1.0.4 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE @@ -30,7 +30,7 @@ library math-functions == 0.1.*, vector == 0.9.*, vector-space == 0.8.*, - containers >= 0.3 && < 0.6 + containers >= 0.4.2 && < 0.6 exposed-modules: Statistics.Distribution.Beta