Skip to content

Commit

Permalink
Switch test suite to monad-control
Browse files Browse the repository at this point in the history
  • Loading branch information
norm2782 committed Oct 16, 2011
1 parent 1fb5c3e commit cb5f169
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/snap-testsuite.cabal
Expand Up @@ -10,7 +10,7 @@ Executable testsuite
build-depends:
Glob >= 0.5 && < 0.7,
HUnit >= 1.2 && < 2,
MonadCatchIO-transformers >= 0.2 && < 0.3,
monad-control >= 0.2,
QuickCheck >= 2.3.0.2,
attoparsec (>= 0.8 && < 0.10),
base >= 4.3 && < 5,
Expand Down Expand Up @@ -46,7 +46,7 @@ Executable app
main-is: AppMain.hs

build-depends:
MonadCatchIO-transformers >= 0.2 && < 0.3,
monad-control >= 0.2,
attoparsec (>= 0.8 && < 0.10),
base >= 4 && < 5,
bytestring >= 0.9 && < 0.10,
Expand Down Expand Up @@ -83,7 +83,7 @@ Executable nesttest
main-is: NestTest.hs

build-depends:
MonadCatchIO-transformers >= 0.2 && < 0.3,
monad-control >= 0.2,
attoparsec (>= 0.8 && < 0.10),
base >= 4 && < 5,
bytestring >= 0.9 && < 0.10,
Expand Down

0 comments on commit cb5f169

Please sign in to comment.