~ubuntu-branches/ubuntu/raring/haskell-clientsession/raring

« back to all changes in this revision

Viewing changes to clientsession.cabal

  • Committer: Package Import Robot
  • Author(s): Clint Adams
  • Date: 2012-05-15 15:40:22 UTC
  • mfrom: (2.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20120515154022-dq1wpq5cbm42as8y
Tags: 0.7.5-3
Tweak to test with newer hspec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
name:            clientsession
2
 
version:         0.7.4.1
 
2
version:         0.7.5
3
3
license:         BSD3
4
4
license-file:    LICENSE
5
5
author:          Michael Snoyman <michael@snoyman.com>, Felipe Lessa <felipe.lessa@gmail.com>
26
26
                   , cereal              >= 0.3        && < 0.4
27
27
                   , directory           >= 1          && < 1.2
28
28
                   , tagged              >= 0.1
29
 
                   , crypto-api          >= 0.6.4      && < 0.10
 
29
                   , crypto-api          >= 0.8        && < 0.11
30
30
                   , cryptocipher        >= 0.2.5
31
31
                   , skein               >= 0.1        && < 0.2
32
 
                   , base64-bytestring   >= 0.1.0.3    && < 0.2
 
32
                   , base64-bytestring   >= 0.1.1.1    && < 0.2
33
33
                   , entropy             >= 0.2.1
34
34
                   , cprng-aes           >= 0.2
35
35
    exposed-modules: Web.ClientSession
41
41
    build-depends:   base                >=4           && < 5
42
42
                   , bytestring          >= 0.9        && < 0.10
43
43
                   , cryptocipher        >= 0.2.5
44
 
                   , hspec               >= 0.6        && < 0.10
 
44
                   , hspec               >= 0.6        && < 1.2
45
45
                   , QuickCheck          >= 2          && < 3
46
46
                   , HUnit
47
47
                   , transformers