Cabal revisions of ViennaRNAParser-1.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: ViennaRNAParser--- The package version. See the Haskell package versioning policy (PVP) --- for standards guiding when and how versions should be incremented.--- http://www.haskell.org/haskellwiki/Package_versioning_policy--- PVP summary: +-+------- breaking API changes--- | | +----- non-breaking API additions--- | | | +--- code changes with no API change-version: 1.0.1-synopsis: Libary for parsing ViennaRNA package output-description: Currently contains parsers and datatypes for: RNAplex, RNAz. The libary is tested with Version >2.0 of the ViennaRNA package.- -license: GPL-license-file: LICENSE-author: Florian Eggenhofer-maintainer: florian.eggenhofer@univie.ac.at--- copyright: -category: Bioinformatics-build-type: Simple-cabal-version: >=1.8--source-repository head- type: git- location: https://github.com/eggzilla/ViennaRNAParser--source-repository this- type: git- location: https://github.com/eggzilla/ViennaRNAParser/tree/1.0.1- tag: 1.0.1--library- -- Modules exported by the library.- exposed-modules: Bio.ViennaRNAParser- other-modules: Bio.RNAfoldData- Bio.RNAfoldParser- Bio.RNAplexData- Bio.RNAplexParser- Bio.RNAzData- Bio.RNAzParser- Bio.RNAalifoldData- Bio.RNAalifoldParser- Bio.RNAdistanceData- Bio.RNAdistanceParser- Bio.RNAupData- Bio.RNAupParser-- -- 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- - -- Directories containing source files.- hs-source-dirs: src- - +name: ViennaRNAParser +-- The package version. See the Haskell package versioning policy (PVP) +-- for standards guiding when and how versions should be incremented. +-- http://www.haskell.org/haskellwiki/Package_versioning_policy +-- PVP summary: +-+------- breaking API changes +-- | | +----- non-breaking API additions +-- | | | +--- code changes with no API change +version: 1.0.1 +x-revision: 1 +synopsis: Libary for parsing ViennaRNA package output +description: Currently contains parsers and datatypes for: RNAplex, RNAz, RNAup, RNAalifold, RNAdistance. The libary is tested with Version >2.0 of the ViennaRNA package. + +license: GPL +license-file: LICENSE +author: Florian Eggenhofer +maintainer: florian.eggenhofer@univie.ac.at +-- copyright: +category: Bioinformatics +build-type: Simple +cabal-version: >=1.8 + +source-repository head + type: git + location: https://github.com/eggzilla/ViennaRNAParser + +source-repository this + type: git + location: https://github.com/eggzilla/ViennaRNAParser/tree/1.0.1 + tag: 1.0.1 + +library + -- Modules exported by the library. + exposed-modules: Bio.ViennaRNAParser + other-modules: Bio.RNAfoldData + Bio.RNAfoldParser + Bio.RNAplexData + Bio.RNAplexParser + Bio.RNAzData + Bio.RNAzParser + Bio.RNAalifoldData + Bio.RNAalifoldParser + Bio.RNAdistanceData + Bio.RNAdistanceParser + Bio.RNAupData + Bio.RNAupParser + + -- 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 + + -- Directories containing source files. + hs-source-dirs: src + +
revision 2
-- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 1.0.1 -x-revision: 1 +x-revision: 2 synopsis: Libary for parsing ViennaRNA package output -description: Currently contains parsers and datatypes for: RNAplex, RNAz, RNAup, RNAalifold, RNAdistance. The libary is tested with Version >2.0 of the ViennaRNA package. - +description: Currently contains parsers and datatypes for: RNAplex, RNAz, RNAup, RNAalifold, RNAdistance. For more information on the ViennaRNA package refer to <http://www.tbi.univie.ac.at/RNA/>. The libary is tested with Version 2.1.9 of the ViennaRNA package. + license: GPL license-file: LICENSE author: Florian Eggenhofer