packages feed

modify-fasta-0.8.2.3: 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.2.3
synopsis:            Modify fasta (and CLIP) files in several optional ways
-- description:         
homepage:            https://github.com/GregorySchwartz/modify-fasta
license:             GPL-3
license-file:        LICENSE
author:              GregorySchwartz
maintainer:          gregory.schwartz@drexel.edu
-- copyright:           
category:            Bioinformatics
build-type:          Simple
cabal-version:       >=1.8

library
  ghc-options: -O2
  hs-source-dirs:      src
  exposed-modules:     Diversity
                     , FilterCloneList
                     , FilterCloneMap
                     , FilterFastaList
                     , Print
                     , TransformCloneList
                     , TransformFastaList
                     , Types
                     , Utility
  build-depends:     base >=4.6 && <5
                   , containers >=0.5
                   , text
                   , text-show
                   , split >=0.2
                   , regex-tdfa >=1.2
                   , regex-tdfa-text
                   , fasta

executable modify-fasta
  hs-source-dirs:      app
  main-is:             Main.hs
  build-depends:       modify-fasta
                     , base >=4.6 && <5
                     , containers >=0.5
                     , mtl >=2.1
                     , text
                     , split >=0.2
                     , fasta
                     , pipes >= 4.1
                     , pipes-text
                     , optparse-applicative >=0.11
                     , semigroups
  -- Directories containing source files.
  ghc-options: -O2