[spago] add either, version bounds

parent f87d7fe9
...@@ -3,7 +3,8 @@ workspace: ...@@ -3,7 +3,8 @@ workspace:
address-rfc2821: address-rfc2821:
path: ./ path: ./
dependencies: dependencies:
- ffi-simple - either
- ffi-simple: ">=0.5.1 <0.6.0"
- prelude: ">=6.0.1 <7.0.0" - prelude: ">=6.0.1 <7.0.0"
test_dependencies: test_dependencies:
- debug - debug
......
...@@ -6,7 +6,8 @@ workspace: ...@@ -6,7 +6,8 @@ workspace:
package: package:
name: address-rfc2821 name: address-rfc2821
dependencies: dependencies:
- ffi-simple - either: ">=6.1.0 <7.0.0"
- ffi-simple: ">=0.5.1 <0.6.0"
- prelude: ">=6.0.1 <7.0.0" - prelude: ">=6.0.1 <7.0.0"
test: test:
main: Test.Main main: Test.Main
...@@ -39,5 +40,5 @@ package: ...@@ -39,5 +40,5 @@ package:
# The place where the Registry will fetch the source from. # The place where the Registry will fetch the source from.
# This is optional since you might want to release the code without # This is optional since you might want to release the code without
# publishing to the Registry, which is what this is needed for. # publishing to the Registry, which is what this is needed for.
#location: #location:
# url: https://gitlab.iscpif.fr/gargantext/purescript-address-rfc2821.git # url: https://gitlab.iscpif.fr/gargantext/purescript-address-rfc2821.git
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment