packages feed

StockholmAlignment-1.3.0: StockholmAlignment.cabal

name:                StockholmAlignment
version:             1.3.0
synopsis:            Libary for Stockholm aligmnent format
description:         Libary containing parsing and visualisation functions and datastructures for Stockholm aligmnent format
license:             GPL-3
license-file:        LICENSE
author:              Florian Eggenhofer
maintainer:          egg@informatik.uni-freiburg.de
-- copyright:
category:            Bioinformatics
build-type:          Simple
cabal-version:       >=1.8
Tested-With: GHC == 8.2.2, GHC == 8.4.4 GHC == 8.6.5

extra-source-files:
  README.md ChangeLog.md

source-repository head
  type:     git
  location: https://github.com/eggzilla/StockholmAlignment

source-repository this
  type:     git
  location: https://github.com/eggzilla/StockholmAlignment/tree/1.3.0
  tag:      1.3.0

Library
  exposed-modules:   Biobase.StockholmAlignment.Import
                     Biobase.StockholmAlignment.Types
  ghc-options:         -Wall -fno-warn-unused-do-bind
  build-depends:       base >=4.5 && <5, parsec>=3.1.9, text, vector, ParsecTools, filepath, directory, either-unwrap
  hs-source-dirs:      .