| author | JohnLato <> | 2012-04-10 17:22:03 (GMT) |
|---|---|---|
| committer | hdiff <hdiff@luite.com> | 2012-04-10 17:22:03 (GMT) |
| commit | d1238c263aa8013063537506a0699eda3eb216cb (patch) (side-by-side diff) | |
| tree | 5af1ffceb9ad64c599583bd36be8480ef2c1ccd3 | |
| parent | 789ba5b19337f19ecf5125ae832cc2020c4a1f98 (diff) | |
version 0.8.8.20.8.8.2
| -rw-r--r-- | iteratee.cabal | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/iteratee.cabal b/iteratee.cabal index 66fc0cf..45d4376 100644 --- a/iteratee.cabal +++ b/iteratee.cabal @@ -1,5 +1,5 @@ name: iteratee -version: 0.8.8.1 +version: 0.8.8.2 synopsis: Iteratee-based I/O description: The Iteratee monad provides strict, safe, and functional I/O. In addition @@ -49,11 +49,11 @@ library build-depends: base >= 3 && < 6, ListLike >= 1.0 && < 4, - MonadCatchIO-transformers > 0.2 && < 0.3, + MonadCatchIO-transformers > 0.2 && < 0.4, bytestring >= 0.9 && < 0.10, containers >= 0.2 && < 0.5, parallel >= 2 && < 4, - transformers >= 0.2 && < 0.3 + transformers >= 0.2 && < 0.4 exposed-modules: Data.Nullable @@ -95,7 +95,7 @@ executable testIteratee HUnit == 1.2.* , mtl >= 2 && < 3, QuickCheck >= 2 && < 3, - test-framework >= 0.3 && < 0.5, + test-framework >= 0.3 && < 0.7, test-framework-quickcheck2 >= 0.2 && < 0.3, test-framework-hunit >= 0.2 && < 0.3 else |
