File: pipes-bytestring.cabal

package info (click to toggle)
haskell-pipes-bytestring 2.1.6-3
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 88 kB
  • sloc: haskell: 739; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 962 bytes parent folder | download | duplicates (2)
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
Name: pipes-bytestring
Version: 2.1.6
Cabal-Version: >=1.8.0.2
Build-Type: Simple
License: BSD3
License-File: LICENSE
Copyright: 2012-2014 Gabriel Gonzalez
Author: Gabriel Gonzalez
Maintainer: Gabriel439@gmail.com
Bug-Reports: https://github.com/Gabriel439/Haskell-Pipes-ByteString-Library/issues
Synopsis: ByteString support for pipes
Description: This library provides @pipes@ utilities for @ByteString@s
Category: Control, Pipes
Source-Repository head
    Type: git
    Location: https://github.com/Gabriel439/Haskell-Pipes-ByteString-Library

Library
    Hs-Source-Dirs: src
    Build-Depends:
        base         >= 4       && < 5   ,
        bytestring   >= 0.9.2.1 && < 0.11,
        pipes        >= 4.0     && < 4.4 ,
        pipes-group  >= 1.0.0   && < 1.1 ,
        pipes-parse  >= 3.0.0   && < 3.1 ,
        stringsearch >= 0.3.0   && < 0.4 ,
        transformers >= 0.2.0.0 && < 0.6
    Exposed-Modules: Pipes.ByteString
    GHC-Options: -O2 -Wall