packages feed

samtools-iteratee-0.1: samtools-iteratee.cabal

Name:                samtools-iteratee
Version:             0.1
Synopsis:            Iteratee interface to SamTools library
Description:         Iteratee interface to SamTools library
License:             MIT
License-file:        LICENSE
Author:              Nicholas Ingolia
Maintainer:          nick@ingolia.org
Category:            Bio

Build-type:          Simple
Cabal-version:       >=1.4

Flag Utilities
  Description: Build utility programs
  Default:     False

Library
  Exposed-modules:     Bio.SamTools.Iteratee
  Build-depends:       base >= 4.3 && < 5, bytestring >= 0.9 && < 0.10, haskell98, samtools, 
                       transformers, iteratee >= 0.8 && < 0.9
  Hs-Source-Dirs:      src

Executable bam-filter
  if !flag(Utilities)
    Buildable: False
  Main-Is:             BamFilter.hs
  Other-Modules:       Bio.SamTools.Iteratee
  Build-depends:       base >= 4.3 && < 5, bytestring >= 0.9 && < 0.10, haskell98, samtools, 
                       transformers, iteratee >= 0.8 && < 0.9, monads-tf
  Hs-Source-Dirs:      src
  Ghc-options:         -Wall

Executable bam-count
  if !flag(Utilities)
    Buildable: False
  Main-Is:             BamCount.hs
  Other-Modules:       Bio.SamTools.Iteratee
  Build-depends:       base >= 4.3 && < 5, bytestring >= 0.9 && < 0.10, haskell98, samtools, 
                       transformers, iteratee >= 0.8 && < 0.9, monads-tf, vector
  Hs-Source-Dirs:      src
  Ghc-options:         -Wall