File: vector-stream.cabal

package info (click to toggle)
haskell-vector-stream 0.1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 132 kB
  • sloc: haskell: 1,232; makefile: 2
file content (58 lines) | stat: -rw-r--r-- 1,566 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Name:           vector-stream
Version:        0.1.0.1
-- don't forget to update the changelog file!
License:        BSD3
License-File:   LICENSE
Author:         Roman Leshchinskiy <rl@cse.unsw.edu.au>
Maintainer:     Haskell Libraries Team <libraries@haskell.org>
                Alexey Kuleshevich <alexey@kuleshevi.ch>,
                Aleksey Khudyakov <alexey.skladnoy@gmail.com>,
                Andrew Lelechenko <andrew.lelechenko@gmail.com>
Copyright:      (c) Roman Leshchinskiy 2008-2012
                    Alexey Kuleshevich 2020-2022,
                    Aleksey Khudyakov 2020-2022,
                    Andrew Lelechenko 2020-2022
Homepage:       https://github.com/haskell/vector
Bug-Reports:    https://github.com/haskell/vector/issues
Category:       Data, Data Structures
Synopsis:       Efficient Streams
Description:
        Simple yet powerful monadic streams that are used
        as a backbone for vector package fusion functionality.

Tested-With:
  GHC == 8.0.2,
  GHC == 8.2.2,
  GHC == 8.4.4,
  GHC == 8.6.5,
  GHC == 8.8.4,
  GHC == 8.10.4,
  GHC == 9.0.2,
  GHC == 9.2.8,
  GHC == 9.4.6,
  GHC == 9.6.2
  GHC == 9.8.1

Cabal-Version:  >=1.10
Build-Type:     Simple

Extra-Source-Files:
      changelog.md
      README.md

Library
  Default-Language: Haskell2010

  Exposed-Modules:
        Data.Stream.Monadic

  Hs-Source-Dirs:
        src

  Build-Depends: base >= 4.9 && < 5
               , ghc-prim >= 0.2 && < 0.14

source-repository head
  type:     git
  location: https://github.com/haskell/vector.git
  subdir:   vector-stream