name: StockholmAlignment
version: 1.2.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@tbi.univie.ac.at
-- 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.2.0
tag: 1.2.0
Library
exposed-modules: Biobase.StockholmAlignment.Import
Biobase.StockholmAlignment.Types
Biobase.StockholmAlignment.Visualization
Biobase.StockholmAlignment.Font
ghc-options: -Wall -fno-warn-unused-do-bind
build-depends: base >=4.5 && <5, parsec>=3.1.9, diagrams-lib>=1.3, text, vector, ParsecTools, diagrams-cairo>=1.3, filepath, colour, directory, either-unwrap, SVGFonts >= 1.4
hs-source-dirs: .