cabal-version: 2.2 name: elynx version: 0.5.0.2 license: GPL-3.0-or-later license-file: LICENSE copyright: Dominik Schrempf (2020) 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 . 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.5.1, base >=4.7 && <5, bytestring >=0.10.12.0, elynx-tools >=0.5.0.2, optparse-applicative >=0.15.1.0, slynx >=0.5.0.2, tlynx >=0.5.0.2