packages feed

StockholmAlignment-1.0.0: StockholmAlignment.cabal

name:                StockholmAlignment
version:             1.0.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

extra-source-files:
  README.md changelog

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

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

library
  -- Modules exported by the library.
  exposed-modules:   Bio.StockholmParser
                     Bio.StockholmData
                     Bio.StockholmDraw
                     Bio.StockholmFont

  -- compiler-options:
  ghc-options:         -Wall -O2 -fno-warn-unused-do-bind

  -- Other library packages from which modules are imported.
  build-depends:       base >=4.5 && <5, parsec>=3.1.9, diagrams-lib, text, vector, ParsecTools, diagrams-cairo, filepath, colour, directory, either-unwrap, SVGFonts >= 1.6
  
  -- Directories containing source files.
  hs-source-dirs:      src