Skip to content

Commit

Permalink
Remove containers upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed May 9, 2012
1 parent 72f9561 commit 0942636
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions persistent-sqlite/persistent-sqlite.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: persistent-sqlite
version: 0.9.0.1
version: 0.9.0.2
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
Expand All @@ -22,7 +22,7 @@ library
, transformers >= 0.2.1 && < 0.4
, persistent >= 0.9 && < 0.10
, monad-control >= 0.2 && < 0.4
, containers >= 0.2 && < 0.5
, containers >= 0.2
, text >= 0.7 && < 1
, aeson >= 0.5
, conduit >= 0.4 && < 0.5
Expand Down
4 changes: 2 additions & 2 deletions persistent/persistent.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: persistent
version: 0.9.0.3
version: 0.9.0.4
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
Expand Down Expand Up @@ -31,7 +31,7 @@ library
, transformers >= 0.2.1 && < 0.4
, time >= 1.1.4
, text >= 0.8 && < 1
, containers >= 0.2 && < 0.5
, containers >= 0.2
, conduit >= 0.4 && < 0.5
, resourcet >= 0.3 && < 0.4
, monad-control >= 0.3 && < 0.4
Expand Down

0 comments on commit 0942636

Please sign in to comment.