unagi-streams.cabal
changeset 2 1760b7d150cf
parent 1 e31281e9da96
child 3 400d49213290
equal deleted inserted replaced
1:e31281e9da96 2:1760b7d150cf
     1 name:                unagi-streams
     1 name:                unagi-streams
     2 version:             0.1.0.0
     2 version:             0.1.1.0
     3 synopsis:            Unagi Chan IO-Streams
     3 synopsis:            Unagi Chan IO-Streams
     4 description:         IO-Streams implemented underneath with Unagi
     4 description:         IO-Streams implemented underneath with Unagi
     5                      channels. This library is a straight port of Greg Collins' IO-Streams
     5                      channels. This library is a straight port of Greg Collins' IO-Streams
     6                      Chan implementation.
     6                      Chan implementation.
     7 License:             BSD3
     7 License:             BSD3
    13 cabal-version:       >= 1.10
    13 cabal-version:       >= 1.10
    14 
    14 
    15 library
    15 library
    16   exposed-modules:
    16   exposed-modules:
    17                 System.IO.Streams.Concurrent.Unagi
    17                 System.IO.Streams.Concurrent.Unagi
       
    18               , System.IO.Streams.Concurrent.Unagi.Bounded
    18   build-depends:
    19   build-depends:
    19                 base       >= 4.7 && < 4.8
    20                 base       >= 4.7 && < 4.8
    20               , unagi-chan >= 0.2 && < 0.3
    21               , unagi-chan >= 0.2 && < 0.3
    21               , io-streams >= 1.2 && < 1.3
    22               , io-streams >= 1.2 && < 1.3
    22 
    23