Skip to content

Commit a1aedea

Browse files
committed
Add version bounds
1 parent 4f7ff76 commit a1aedea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ description: Please see the README on GitHub at <https://github.com/folq
2121

2222
dependencies:
2323
- base >= 4.7 && < 5
24-
- bound
25-
- deriving-compat
26-
- prettyprinter
27-
- protolude
28-
- text
29-
- unordered-containers
24+
- bound >= 2.0.0
25+
- deriving-compat >= 0.5
26+
- prettyprinter >= 1.2.1
27+
- protolude >= 0.2.3
28+
- text >= 1.2.0
29+
- unordered-containers >= 0.2.8
3030

3131
ghc-options:
3232
- -Wall

0 commit comments

Comments
 (0)