packages feed

ViennaRNA-bindings 0.1.1.0 → 0.1.1.1

raw patch · 3 files changed

+8/−7 lines, 3 files

Files

BioInf/ViennaRNA/Bindings.hs view
@@ -2,12 +2,7 @@ -- | Bindings to important functions in the ViennaRNA library.  module BioInf.ViennaRNA.Bindings-  ( mfe-  , eos-  , part-  , coeos-  , comfe-  , copart+  ( module BioInf.ViennaRNA.Bindings   , CofoldF (..)   ) where 
ViennaRNA-bindings.cabal view
@@ -1,5 +1,5 @@ name:                ViennaRNA-bindings-version:             0.1.1.0+version:             0.1.1.1 synopsis:            ViennaRNA v2 bindings homepage:            http://www.tbi.univie.ac.at/~choener/ license:             OtherLicense@@ -28,6 +28,8 @@   ViennaRNA Package 2.0   Algorithms for Molecular Biology: 6:26   @+  .+  <http://www.almob.org/content/6/1/26>  extra-source-files:   cbits/circfold.inc
changelog view
@@ -1,3 +1,7 @@+0.1.1.1++- export everything in the bindings+ 0.1.1.0 -------