~jaro/balkon

5a30ef49d1c4a7f8a77425c67a5ee8e5e8243c8e — Adrian Cochrane 1 year, 1 month ago e966956
Loosen dependency bounds.
1 files changed, 9 insertions(+), 9 deletions(-)

M balkon.cabal
M balkon.cabal => balkon.cabal +9 -9
@@ 112,11 112,11 @@ library balkon-internal
        Data.Text.ParagraphLayout.Internal.ProtoFragment

    build-depends:
        base ^>=4.15.1.0,
        harfbuzz-pure ^>=1.0.2.0,
        text ^>=2.0.1,
        text-icu ^>=0.8.0.2,
        unicode-data-scripts ^>=0.2.0.1
        base >=4.12 && < 4.16,
        harfbuzz-pure >=1.0.2.0 && <1.1,
        text >=2.0.2 && <3,
        text-icu >=0.8.0.2 && <0.9,
        unicode-data-scripts >=0.2.0.1 && < 0.3

library
    import:           language, warnings


@@ 132,7 132,7 @@ library

    -- Other library packages from which modules are imported.
    build-depends:
        base ^>=4.15.1.0,
        base >=4.12 && <4.16,
        balkon-internal

test-suite balkon-test


@@ 163,12 163,12 @@ test-suite balkon-test
        base,
        balkon,
        balkon-internal,
        bytestring ^>=0.11.4.0,
        filepath ^>=1.4.100.0,
        bytestring >=0.11.4 && < 0.12,
        filepath >=1.4.2.1 && < 1.5,
        harfbuzz-pure,
        hspec,
        hspec-discover,
        hspec-golden ^>=0.2.0.0,
        hspec-golden >=0.2.0.1 && <0.3,
        text,
        text-icu