~ubuntu-branches/ubuntu/trusty/haskell-cereal-conduit/trusty

« back to all changes in this revision

Viewing changes to .pc/missing-test-deps.diff/cereal-conduit.cabal

  • Committer: Package Import Robot
  • Author(s): Clint Adams
  • Date: 2012-05-21 19:13:03 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120521191303-ffmdfx7wv1fmzqbo
Tags: 0.0.6.1-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name:            cereal-conduit
 
2
version:         0.0.6.1
 
3
license:         BSD3
 
4
license-file:    LICENSE
 
5
author:          Myles C. Maxfield <myles.maxfield@gmail.com>
 
6
maintainer:      Myles C. Maxfield <myles.maxfield@gmail.com>
 
7
synopsis:        Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits
 
8
description:     Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits
 
9
category:        Conduit
 
10
stability:       Experimental
 
11
cabal-version:   >= 1.8
 
12
build-type:      Simple
 
13
homepage:        https://github.com/litherum/cereal-conduit
 
14
 
 
15
library
 
16
    build-depends: base     >= 4       && < 5
 
17
                 , conduit  >= 0.4.0   && < 0.5.0
 
18
                 , cereal   >= 0.3.1.0
 
19
                 , mtl
 
20
                 , bytestring
 
21
                 , void
 
22
                 , exception-transformers
 
23
    exposed-modules: Data.Conduit.Cereal
 
24
                   , Data.Conduit.Cereal.Internal
 
25
    ghc-options:     -Wall
 
26
 
 
27
Test-Suite test-cereal-conduit
 
28
    type: exitcode-stdio-1.0
 
29
    main-is: Test/CerealConduit.hs
 
30
    build-depends: base >= 4 && < 5
 
31
                 , conduit >= 0.4.0 && < 0.5.0
 
32
                 , cereal >= 0.3.1.0
 
33
                 , mtl
 
34
                 , bytestring
 
35
                 , test-framework-hunit
 
36
                 , HUnit
 
37
                 , transformers
 
38
 
 
39
source-repository head
 
40
  type:     git
 
41
  location: git://github.com/litherum/cereal-conduit.git