|
|
|
@ -32,16 +32,16 @@ library
|
|
|
|
|
Data.HTTPSEverywhere.Rules.Internal.Types,
|
|
|
|
|
Data.Text.ICU.Extras
|
|
|
|
|
build-depends:
|
|
|
|
|
base >= 4.7 && < 4.8,
|
|
|
|
|
base >= 4.7 && < 4.9,
|
|
|
|
|
attoparsec >= 0.12 && < 0.13,
|
|
|
|
|
errors >= 1.4 && < 1.5,
|
|
|
|
|
errors >= 1.4 && < 2.1,
|
|
|
|
|
functor-infix >= 0.0 && < 0.1,
|
|
|
|
|
http-client >= 0.3 && < 0.5,
|
|
|
|
|
lens >= 4.3 && < 4.6,
|
|
|
|
|
lens >= 4.3 && < 4.13,
|
|
|
|
|
network >= 2.6 && < 2.7,
|
|
|
|
|
network-uri >= 2.6 && < 2.7,
|
|
|
|
|
pipes >= 4.1 && < 4.2,
|
|
|
|
|
string-conversions >= 0.3 && < 0.4,
|
|
|
|
|
string-conversions >= 0.3 && < 0.5,
|
|
|
|
|
taggy-lens >= 0.1 && < 0.2,
|
|
|
|
|
text >= 1.1 && < 1.3,
|
|
|
|
|
text-icu >= 0.6 && < 0.8,
|
|
|
|
@ -57,17 +57,17 @@ test-suite spec
|
|
|
|
|
type:
|
|
|
|
|
exitcode-stdio-1.0
|
|
|
|
|
build-depends:
|
|
|
|
|
base >= 4.7 && < 4.8,
|
|
|
|
|
base >= 4.7 && < 4.9,
|
|
|
|
|
attoparsec >= 0.12 && < 0.13,
|
|
|
|
|
errors >= 1.4 && < 1.5,
|
|
|
|
|
errors >= 1.4 && < 2.1,
|
|
|
|
|
functor-infix >= 0.0 && < 0.1,
|
|
|
|
|
hspec >= 2.0 && < 2.1,
|
|
|
|
|
hspec >= 2.0 && < 2.2,
|
|
|
|
|
http-client >= 0.3 && < 0.5,
|
|
|
|
|
lens >= 4.3 && < 4.6,
|
|
|
|
|
lens >= 4.3 && < 4.13,
|
|
|
|
|
network >= 2.6 && < 2.7,
|
|
|
|
|
network-uri >= 2.6 && < 2.7,
|
|
|
|
|
pipes >= 4.1 && < 4.2,
|
|
|
|
|
string-conversions >= 0.3 && < 0.4,
|
|
|
|
|
string-conversions >= 0.3 && < 0.5,
|
|
|
|
|
taggy-lens >= 0.1 && < 0.2,
|
|
|
|
|
text >= 1.1 && < 1.3,
|
|
|
|
|
text-icu >= 0.6 && < 0.8,
|
|
|
|
|