Skip to content

Commit

Permalink
bump upper bounds for deepseq, QuickCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjh committed Apr 12, 2015
1 parent 4a29518 commit 1a09fd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data-clist.cabal
Expand Up @@ -5,7 +5,7 @@ Description: Simple functional bidirectional ring type.
Given that the ring terminiology clashes with certain
mathematical branches, we're using the term CList or
CircularList instead.
Version: 0.0.7.3
Version: 0.0.7.4
License: BSD3
License-File: LICENSE
Author: John Van Enk <vanenkj@gmail.com>
Expand All @@ -22,8 +22,8 @@ source-repository head

Library
Build-Depends: base >= 4 && < 5,
deepseq >= 1.1 && < 1.4,
QuickCheck >= 2.4 && < 2.8
deepseq >= 1.1 && < 1.5,
QuickCheck >= 2.4 && < 2.9

Exposed-Modules:
Data.CircularList
Expand Down

0 comments on commit 1a09fd1

Please sign in to comment.