-
Notifications
You must be signed in to change notification settings - Fork 0
/
pipeline.cabal
26 lines (24 loc) · 929 Bytes
/
pipeline.cabal
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
name: pipeline
version: 0.1.0
synopsis: Continuation patterns
description: Lightweight and fast streaming
homepage: https://github.com/iokasimov/pipeline
bug-reports: https://github.com/iokasimov/pipeline/issues
extra-source-files: CHANGELOG.md
license: BSD3
license-file: LICENSE
author: Murat Kasimov
maintainer: Murat Kasimov <iokasimov.m@gmail.com>
copyright: Copyright (c) 2018 Murat Kasimov
category: Control
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/iokasimov/pipeline.git
library
exposed-modules: Control.Pipeline
build-depends: base == 4.*, transformers
default-language: Haskell2010
default-extensions: NoImplicitPrelude, PackageImports, RankNTypes, ScopedTypeVariables
ghc-options: -fno-warn-tabs