tabular 0.2.2.2 → 0.2.2.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~mtl
Dependency ranges changed: mtl
Files
- tabular.cabal +2/−2
tabular.cabal view
@@ -1,5 +1,5 @@ name: tabular-version: 0.2.2.2+version: 0.2.2.3 synopsis: Two-dimensional data tables with rendering functions description: Tabular provides a Haskell representation of two-dimensional data tables, the kind that you might find in a spreadsheet or@@ -26,7 +26,7 @@ author: Eric Kow maintainer: Eric Kow <E.Y.Kow@brighton.ac.uk> homepage: http://patch-tag.com/r/kowey/tabular-build-Depends: base >= 2.1 && < 5, mtl >= 1 && < 1.2,+build-Depends: base >= 2.1 && < 5, mtl >= 1 && < 2.1, csv >= 0.1 && < 0.2, html >= 1.0 && < 2.0 build-type: Simple