unagi-streams.cabal
changeset 1 e31281e9da96
parent 0 e77b750dfbda
child 2 1760b7d150cf
equal deleted inserted replaced
0:e77b750dfbda 1:e31281e9da96
     6                      Chan implementation.
     6                      Chan implementation.
     7 License:             BSD3
     7 License:             BSD3
     8 License-file:        LICENSE
     8 License-file:        LICENSE
     9 author:              Luke Hoersten
     9 author:              Luke Hoersten
    10 maintainer:          [email protected]
    10 maintainer:          [email protected]
    11 -- copyright:
    11 category:            IO-Streams, Concurrency
    12 category:            System
       
    13 build-type:          Simple
    12 build-type:          Simple
    14 -- extra-source-files:
    13 cabal-version:       >= 1.10
    15 cabal-version:       >=1.10
       
    16 
    14 
    17 library
    15 library
    18   exposed-modules:
    16   exposed-modules:
    19                 System.IO.Streams.Concurrent.Unagi
    17                 System.IO.Streams.Concurrent.Unagi
    20   -- other-modules:
       
    21   -- other-extensions:
       
    22   build-depends:
    18   build-depends:
    23                 base       >= 4.7 && < 4.8
    19                 base       >= 4.7 && < 4.8
    24               , unagi-chan >= 0.2 && < 0.3
    20               , unagi-chan >= 0.2 && < 0.3
    25               , io-streams >= 1.2 && < 1.3
    21               , io-streams >= 1.2 && < 1.3
    26 
    22