packages feed

elynx-0.3.0: elynx.cabal

cabal-version: 2.2

-- This file has been generated from package.yaml by hpack version 0.34.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 50f818ff6abb7f056acee6c87a8f19f18892a8752f0f49c3ca76452a38458d8f

name:           elynx
version:        0.3.0
synopsis:       Validate and (optionally) redo ELynx analyses
description:    Please see the README on GitHub at <https://github.com/dschrempf/elynx>.
category:       Bioinformatics
homepage:       https://github.com/dschrempf/elynx#readme
bug-reports:    https://github.com/dschrempf/elynx/issues
author:         Dominik Schrempf
maintainer:     dominik.schrempf@gmail.com
copyright:      Dominik Schrempf (2020)
license:        GPL-3.0-or-later
license-file:   LICENSE
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
  other-modules:
      Options
      Paths_elynx
  autogen-modules:
      Paths_elynx
  hs-source-dirs:
      app
  ghc-options: -Wall -fllvm -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      aeson
    , base >=4.7 && <5
    , bytestring
    , elynx-tools
    , optparse-applicative
    , slynx
    , tlynx
  default-language: Haskell2010