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: e81e8aa22d417db9cf1d89217af0751026e9dd347ebb4d5abe8545db3ea1d80e name: elynx version: 0.3.1 synopsis: Validate and (optionally) redo ELynx analyses description: Please see the README on GitHub at . 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