From 4220f7c7d3c99da81566e24daf21b6281362e7f9 Mon Sep 17 00:00:00 2001 From: Edward Kmett Date: Mon, 9 Apr 2012 04:42:28 -0400 Subject: [PATCH] dep bump --- speculation.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/speculation.cabal b/speculation.cabal index 0b1e90b..1b82af4 100644 --- a/speculation.cabal +++ b/speculation.cabal @@ -1,5 +1,5 @@ name: speculation -version: 1.4.0.1 +version: 1.4.1 license: BSD3 license-file: LICENSE author: Edward A. Kmett @@ -86,10 +86,10 @@ library build-depends: base >= 4.3 && < 6 build-depends: - ghc-prim >= 0.2 && < 0.4, - tag-bits >= 0.1 && < 0.2, - transformers >= 0.2.2.0 && < 0.3, - stm >= 2.1 && < 2.4 + ghc-prim, + tag-bits >= 0.1 && < 0.2, + transformers >= 0.2.2.0 && < 0.4, + stm >= 2.1 && < 2.4 exposed-modules: Control.Concurrent.Speculation