packages feed

Shpadoinkle-streaming-0.0.0.2: Shpadoinkle-streaming.cabal

cabal-version: 2.2
name:          Shpadoinkle-streaming
version:       0.0.0.2
category:      Web
author:        Morgan Thomas
maintainer:    morgan.a.s.thomas@gmail.com
license:       BSD-3-Clause
license-file:  LICENSE
build-type:    Simple
synopsis:      Integration of the streaming library with Shpadoinkle continuations.
description:   Integration of the streaming library with Shpadoinkle continuations.


library
  exposed-modules:
    Shpadoinkle.Streaming

  hs-source-dirs: .

  ghc-options:
    -Wall
    -Wcompat
    -fwarn-redundant-constraints
    -fwarn-tabs
    -fwarn-incomplete-record-updates
    -fwarn-identities

  build-depends:
      Shpadoinkle
    , base >=4.12.0 && <4.16
    , lens
    , streaming >=0.2 && <0.3
    , text

  default-language: Haskell2010