Skip to content

Commit 9c536c1

Browse files
authored
Merge pull request #43 from rnhmjoj/master
Relax version constraints
2 parents f274bdf + 386b5cd commit 9c536c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

adblock2privoxy/adblock2privoxy.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ executable adblock2privoxy
7171
filepath >= 1.4.200 && < 1.5,
7272
mtl >= 2.3.1 && < 2.4,
7373
time >= 1.12.2 && < 1.13,
74-
network >= 3.1.4 && < 3.2,
74+
network >= 3.1.4 && < 3.3,
7575
old-locale >= 1.0.0 && < 1.1,
7676
parsec >= 3.1.16 && < 3.2,
77-
text >= 2.0.2 && < 2.1,
77+
text >= 2.0.2 && < 2.2,
7878
case-insensitive >= 1.2.1 && < 1.3,
7979
http-conduit >= 2.3.8 && < 2.4,
8080
network-uri >= 2.6.4 && < 2.7,

0 commit comments

Comments
 (0)