Skip to content

Commit

Permalink
Release 0.5.0.0
Browse files Browse the repository at this point in the history
Require zoom-cache-0.8.1.0
  • Loading branch information
kfish committed Dec 1, 2011
1 parent b21d164 commit 2e0d665
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scope.cabal
@@ -1,6 +1,6 @@
Name: scope

Version: 0.4
Version: 0.5.0.0

Synopsis: An interactive renderer for plotting time-series data

Expand Down Expand Up @@ -68,7 +68,7 @@ Library
iteratee >= 0.8.6.0 && < 0.9,
MonadCatchIO-transformers > 0.2 && < 0.3,
mtl >= 2.0.0.0 && < 3,
zoom-cache >= 0.8.0.0 && < 0.9
zoom-cache >= 0.8.1.0 && < 0.9

Exposed-modules:
Scope.View
Expand All @@ -95,7 +95,7 @@ Executable scope
MonadCatchIO-transformers > 0.2 && < 0.3,
mtl >= 2.0.0.0 && < 3,
mwc-random,
zoom-cache >= 0.8.0.0 && < 0.9
zoom-cache >= 0.8.1.0 && < 0.9

------------------------------------------------------------------------
-- Git repo
Expand Down

0 comments on commit 2e0d665

Please sign in to comment.