Skip to content
Snippets Groups Projects
Commit 78b7e53d authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

bounds on dependencies

parent ad083e2f
Branches
No related tags found
1 merge request!4Release 0.1.0.0
......@@ -98,12 +98,12 @@ library
build-depends:
, base >=4 && <5.0
, bytestring
, megaparsec
, tahoe-capabilities
, tahoe-chk
, tahoe-ssk
, text
, bytestring >=0.10.8.2 && <0.11
, megaparsec >=8.0 && <9.3
, tahoe-capabilities >=0.1 && <0.2
, tahoe-chk >=0.1 && <0.2
, tahoe-ssk >=0.2.1.0 && <0.3
, text >=1.2.3.1 && <1.3
test-suite tahoe-directory-test
-- Import common warning flags.
......@@ -134,13 +134,13 @@ test-suite tahoe-directory-test
-- Test dependencies.
build-depends:
, base
, bytestring
, hedgehog
, megaparsec
, tahoe-capabilities
, base >=4 && <5.0
, bytestring >=0.10.8.2 && <0.11
, hedgehog >=1.0.3 && <1.1
, megaparsec >=8.0 && <9.3
, tahoe-capabilities >=0.1 && <0.2
, tahoe-directory
, tasty
, tasty-hedgehog
, tasty-hunit
, text
, tasty >=1.2.3 && <1.5
, tasty-hedgehog >=1.0.0.2 && <1.2
, tasty-hunit >=0.10.0.2 && <0.11
, text >=1.2.3.1 && <1.3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment