packages feed

modify-fasta-0.8.0.2: modify-fasta.cabal

-- Initial modify-fasta.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                modify-fasta
version:             0.8.0.2
synopsis:            Modify fasta (and CLIP) files in several optional ways
-- description:         
homepage:            https://github.com/GregorySchwartz/modify-fasta
license:             GPL-2
license-file:        LICENSE
author:              GregorySchwartz
maintainer:          gregory.schwartz@drexel.edu
-- copyright:           
category:            Bioinformatics
build-type:          Simple
cabal-version:       >=1.8

executable modify-fasta
  main-is:             Main.hs
  -- other-modules:       
  build-depends:       base >=4.6 && <5
                     , containers >=0.5
                     , mtl >=2.1
                     , text
                     , text-show
                     , split >=0.2
                     , optparse-applicative >=0.11
                     , fasta
                     , regex-tdfa >=1.2
                     , regex-tdfa-text
                     , pipes >= 4.1
                     , pipes-text

  -- Directories containing source files.
  hs-source-dirs:      src

  ghc-options: -O2