File: newer-deps

package info (click to toggle)
haskell-tabular 0.2.2.8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104 kB
  • sloc: haskell: 307; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 775 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: b/tabular.cabal
===================================================================
--- a/tabular.cabal
+++ b/tabular.cabal
@@ -1,5 +1,6 @@
 name:                tabular
 version:             0.2.2.8
+x-revision: 1
 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
@@ -47,7 +48,7 @@ source-repository head
 
 library
   build-Depends:       base >= 2.1 && < 5,
-                       mtl >= 1 && < 2.3,
+                       mtl >= 1 && < 2.4,
                        csv  >= 0.1 && < 0.2,
                        html >= 1.0 && < 2.0
   exposed-modules:     Text.Tabular,