unagi-streams.cabal
changeset 6 6b640c5c2462
parent 4 1baf8e3b8ef2
child 7 27ba8efbbb06
equal deleted inserted replaced
5:2cbc7b16cd08 6:6b640c5c2462
     1 name:                unagi-streams
     1 name:                unagi-streams
     2 version:             0.1.1.0
     2 version:             0.1.2
     3 synopsis:            Unagi Chan IO-Streams
     3 synopsis:            Unagi Chan IO-Streams
     4 description:         Io-streams chans implemented underneath with
     4 description:         Io-streams chans implemented underneath with
     5                      unagi-chans. This library is a straight port of
     5                      unagi-chans. This library is a straight port of
     6                      the default io-streams chan implementation.
     6                      the default io-streams chan implementation.
     7 License:             BSD3
     7 License:             BSD3
    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               , System.IO.Streams.Concurrent.Unagi.Bounded
    19   build-depends:
    19   build-depends:
    20                 base       >= 4.7 && < 4.8
    20                 base       >= 4.7 && < 4.9
    21               , unagi-chan >= 0.2 && < 0.3
    21               , unagi-chan >= 0.2 && < 0.4
    22               , io-streams >= 1.2 && < 1.3
    22               , io-streams >= 1.2 && < 1.3
    23 
    23 
    24 
    24 
    25   hs-source-dirs:      src
    25   hs-source-dirs:      src
    26   default-language:    Haskell2010
    26   default-language:    Haskell2010