File: newer-deps

package info (click to toggle)
haskell-xmlhtml 0.2.5.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 3,924 kB
  • sloc: xml: 8,109; haskell: 4,868; sh: 6; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,596 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Index: b/xmlhtml.cabal
===================================================================
--- a/xmlhtml.cabal
+++ b/xmlhtml.cabal
@@ -1,6 +1,7 @@
 cabal-version:       2.2
 Name:                xmlhtml
 Version:             0.2.5.4
+x-revision: 4
 Synopsis:            XML parser and renderer with HTML 5 quirks mode
 Description:         Contains renderers and parsers for both XML and HTML 5
                      document fragments, which share data structures so that
@@ -838,11 +839,11 @@ Library
                        blaze-builder        >= 0.2   && < 0.5,
                        blaze-html           >= 0.9   && < 0.10,
                        blaze-markup         >= 0.8   && < 0.9,
-                       bytestring           >= 0.9   && < 0.12,
+                       bytestring           >= 0.9   && < 0.13,
                        bytestring-builder   >= 0.10.4.0.2 && < 0.11,
-                       containers           >= 0.3   && < 0.7,
+                       containers           >= 0.3   && < 1.0,
                        parsec               >= 3.1.2 && < 3.2,
-                       text                 >= 0.11  && < 2.1,
+                       text                 >= 0.11  && < 2.2,
                        unordered-containers >= 0.1.4 && < 0.3
 
   default-extensions:
@@ -872,7 +873,7 @@ Test-suite testsuite
     bytestring-builder,
     containers,
     directory                  >= 1.0      && <1.4,
-    hspec                      >= 2.4      && <2.11,
+    hspec                      >= 2.4      && <3,
     text,
     unordered-containers,
     xmlhtml