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

bound the dependency versions

parent c056cfcb
No related branches found
No related tags found
1 merge request!3Package metadata and other changes towards a public release
...@@ -81,8 +81,8 @@ library ...@@ -81,8 +81,8 @@ library
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: build-depends:
, base , base >=4.7 && <5
, text , text >=1.2.3.1 && <1.3
-- Directories containing source files. -- Directories containing source files.
hs-source-dirs: src hs-source-dirs: src
...@@ -114,5 +114,5 @@ test-suite tahoe-capabilities-test ...@@ -114,5 +114,5 @@ test-suite tahoe-capabilities-test
-- Test dependencies. -- Test dependencies.
build-depends: build-depends:
, base , base >=4.7 && <5
, tahoe-capabilities , tahoe-capabilities
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment