StockholmAlignment 1.0.2 → 1.0.3
raw patch · 2 files changed
+6/−4 lines, 2 filesdep ~diagrams-cairodep ~diagrams-libPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: diagrams-cairo, diagrams-lib
API changes (from Hackage documentation)
Files
- StockholmAlignment.cabal +4/−4
- changelog +2/−0
StockholmAlignment.cabal view
@@ -1,5 +1,5 @@ name: StockholmAlignment-version: 1.0.2+version: 1.0.3 synopsis: Libary for Stockholm aligmnent format description: Libary containing parsing and visualisation functions and datastructures for Stockholm aligmnent format license: GPL-3@@ -21,8 +21,8 @@ source-repository this type: git- location: https://github.com/eggzilla/StockholmAlignment/tree/1.0.2- tag: 1.0.2+ location: https://github.com/eggzilla/StockholmAlignment/tree/1.0.3+ tag: 1.0.3 library -- Modules exported by the library.@@ -35,7 +35,7 @@ ghc-options: -Wall -O2 -fno-warn-unused-do-bind -- Other library packages from which modules are imported.- build-depends: base >=4.5 && <5, parsec>=3.1.9, diagrams-lib>=1.3.1.4, text, vector, ParsecTools, diagrams-cairo>=1.3.1.2, filepath, colour, directory, either-unwrap, SVGFonts >= 1.4+ build-depends: base >=4.5 && <5, parsec>=3.1.9, diagrams-lib>=1.3, text, vector, ParsecTools, diagrams-cairo>=1.3, filepath, colour, directory, either-unwrap, SVGFonts >= 1.4 -- Directories containing source files. hs-source-dirs: src
changelog view
@@ -1,4 +1,6 @@ -*-change-log-*-+1.0.3 Florian Eggenhofer <egg@informatik.uni-freiburg.de> 24. April 2017+ * Relaxed version bounds on diagrams library 1.0.2 Florian Eggenhofer <egg@informatik.uni-freiburg.de> 12. April 2017 * Included additional tag characters 1.0.1 Florian Eggenhofer <egg@informatik.uni-freiburg.de> 14. January 2017