packages feed

elynx-0.5.1.1: elynx.cabal

cabal-version:      2.2
name:               elynx
version:            0.5.1.1
license:            GPL-3.0-or-later
license-file:       LICENSE
copyright:          Dominik Schrempf (2021)
maintainer:         dominik.schrempf@gmail.com
author:             Dominik Schrempf
homepage:           https://github.com/dschrempf/elynx#readme
bug-reports:        https://github.com/dschrempf/elynx/issues
synopsis:           Validate and (optionally) redo ELynx analyses
description:
    Please see the README on GitHub at <https://github.com/dschrempf/elynx>.

category:           Bioinformatics
build-type:         Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
    type:     git
    location: https://github.com/dschrempf/elynx

executable elynx
    main-is:          Main.hs
    hs-source-dirs:   app
    other-modules:
        Options
        Paths_elynx

    autogen-modules:  Paths_elynx
    default-language: Haskell2010
    ghc-options:
        -Wall -Wunused-packages -threaded -rtsopts -with-rtsopts=-N

    build-depends:
        aeson >=1.5.6.0,
        base >=4.7 && <5,
        bytestring >=0.10.12.0,
        elynx-tools >=0.5.1.1,
        optparse-applicative >=0.16.1.0,
        slynx >=0.5.1.1,
        tlynx >=0.5.1.1