unagi-streams.cabal
changeset 9 dca196679c1d
parent 7 27ba8efbbb06
child 10 6b78f0dd0a6b
equal deleted inserted replaced
8:dfbd53aff96e 9:dca196679c1d
     9 author:              Luke Hoersten
     9 author:              Luke Hoersten
    10 maintainer:          [email protected]
    10 maintainer:          [email protected]
    11 category:            IO-Streams, Concurrency
    11 category:            IO-Streams, Concurrency
    12 build-type:          Simple
    12 build-type:          Simple
    13 cabal-version:       >= 1.10
    13 cabal-version:       >= 1.10
       
    14 homepage:            https://github.com/LukeHoersten/unagi-streams
       
    15 bug-reports:         https://github.com/LukeHoersten/unagi-streams/issues
       
    16 
       
    17 source-repository head
       
    18   type: git
       
    19   location: git://github.com/LukeHoersten/unagi-streams.git
    14 
    20 
    15 library
    21 library
    16   exposed-modules:
    22   exposed-modules:
    17                 System.IO.Streams.Concurrent.Unagi
    23                 System.IO.Streams.Concurrent.Unagi
    18               , System.IO.Streams.Concurrent.Unagi.Bounded
    24               , System.IO.Streams.Concurrent.Unagi.Bounded
    19   build-depends:
    25   build-depends:
    20                 base       >= 4.7 && < 4.9
    26                 base       >= 4.7 && < 4.9
    21               , unagi-chan >= 0.2 && < 0.5
    27               , unagi-chan >= 0.2 && < 0.5
    22               , io-streams >= 1.2 && < 1.4
    28               , io-streams >= 1.2 && < 1.4
    23 
    29 
    24 
       
    25   hs-source-dirs:      src
    30   hs-source-dirs:      src
    26   default-language:    Haskell2010
    31   default-language:    Haskell2010