We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38807a8 + e4435c8 commit cd09f81Copy full SHA for cd09f81
1 file changed
feed.cabal
@@ -78,7 +78,7 @@ library
78
Data.XML.Compat
79
build-depends:
80
base >= 4 && < 4.16
81
- , base-compat >= 0.9 && < 0.12
+ , base-compat >= 0.9 && < 0.13
82
, bytestring >= 0.9 && < 0.12
83
, old-locale == 1.0.*
84
, old-time >= 1 && < 1.2
@@ -116,7 +116,7 @@ test-suite tests
116
Text.RSS.Utils
117
118
base >= 4.6 && < 4.16
119
120
, HUnit >= 1.2 && < 1.7
121
, feed
122
@@ -138,7 +138,7 @@ test-suite readme
138
type: exitcode-stdio-1.0
139
140
base >= 4.6
141
142
, text
143
144
, xml-conduit
0 commit comments