Skip to content

Commit cd09f81

Browse files
authored
Merge pull request #57 from bergmark/base-compat-0.12
Allow base-compat 0.12.*
2 parents 38807a8 + e4435c8 commit cd09f81

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

feed.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ library
7878
Data.XML.Compat
7979
build-depends:
8080
base >= 4 && < 4.16
81-
, base-compat >= 0.9 && < 0.12
81+
, base-compat >= 0.9 && < 0.13
8282
, bytestring >= 0.9 && < 0.12
8383
, old-locale == 1.0.*
8484
, old-time >= 1 && < 1.2
@@ -116,7 +116,7 @@ test-suite tests
116116
Text.RSS.Utils
117117
build-depends:
118118
base >= 4.6 && < 4.16
119-
, base-compat >= 0.9 && < 0.12
119+
, base-compat >= 0.9 && < 0.13
120120
, HUnit >= 1.2 && < 1.7
121121
, feed
122122
, old-time >= 1 && < 1.2
@@ -138,7 +138,7 @@ test-suite readme
138138
type: exitcode-stdio-1.0
139139
build-depends:
140140
base >= 4.6
141-
, base-compat >= 0.9 && < 0.12
141+
, base-compat >= 0.9 && < 0.13
142142
, text
143143
, feed
144144
, xml-conduit

0 commit comments

Comments
 (0)