[spago] exceptions dependency

parent 0df840f5
...@@ -4,6 +4,7 @@ workspace: ...@@ -4,6 +4,7 @@ workspace:
path: ./ path: ./
dependencies: dependencies:
- either: ">=6.1.0 <7.0.0" - either: ">=6.1.0 <7.0.0"
- exceptions: ">=6.0.0 <7.0.0"
- ffi-simple: ">=0.5.1 <0.6.0" - 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:
......
...@@ -7,6 +7,7 @@ package: ...@@ -7,6 +7,7 @@ package:
name: address-rfc2821 name: address-rfc2821
dependencies: dependencies:
- either: ">=6.1.0 <7.0.0" - either: ">=6.1.0 <7.0.0"
- exceptions: ">=6.0.0 <7.0.0"
- ffi-simple: ">=0.5.1 <0.6.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:
......
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