FastxPipe-0.2.0.0: FastxPipe.cabal
name: FastxPipe
version: 0.2.0.0
synopsis: Fasta and Fastq streaming
description: Optimized fasta and fastq parsing using Pipes
license: BSD3
license-file: LICENSE
author: Rob O'Callahan
maintainer: rcallahan@eurekagenomics.com
copyright: (c) 2014-2015 Rob O'Callahan
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: FastxPipe
build-depends: base >=4.6 && <5, attoparsec >=0.11 && <0.12, bytestring >=0.10 && <0.11, blaze-builder >=0.3 && <0.4, pipes >=4.0, pipes-bytestring >=1.0 && <1.1, pipes-attoparsec >=0.3 && <0.4
default-language: Haskell2010