From 6a1f3d98a88d96f0028f4eb3b06745d1cf18f4ea Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 30 Oct 2023 02:35:39 +0000 Subject: automatic import of ghc-vector-stream --- vector-stream.cabal | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100755 vector-stream.cabal (limited to 'vector-stream.cabal') diff --git a/vector-stream.cabal b/vector-stream.cabal new file mode 100755 index 0000000..acc425f --- /dev/null +++ b/vector-stream.cabal @@ -0,0 +1,53 @@ +Name: vector-stream +Version: 0.1.0.0 +x-revision: 3 +-- don't forget to update the changelog file! +License: BSD3 +License-File: LICENSE +Author: Roman Leshchinskiy +Maintainer: Haskell Libraries Team +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.1, + GHC == 9.2.3 + +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 && < 4.20 + , ghc-prim >= 0.2 && < 0.12 + +source-repository head + type: git + location: https://github.com/haskell/vector.git + subdir: vector-stream -- cgit v1.2.3