packages feed

pipes-fastx-0.3.0.0: pipes-fastx.cabal

name:                pipes-fastx
version:             0.3.0.0
synopsis:            Streaming parsers for Fasta and Fastq
description:         Streaming parsers for Fasta and Fastq
license:             BSD3
license-file:        LICENSE
author:              Rob O'Callahan
maintainer:          ropoctl@gmail.com
copyright:           2014-2015
category:            Pipes
build-type:          Simple
cabal-version:       >=1.10
Source-Repository head
  Type: git
  Location: https://github.com/rcallahan/FastxPipes

library
  exposed-modules:     Pipes.Fastx
  build-depends:       base >=4.6 && < 5, attoparsec, bytestring, pipes, pipes-bytestring, pipes-attoparsec
  default-language:    Haskell2010