Skip to content
Snippets Groups Projects
Commit d1780eb2 authored by BinderDavid's avatar BinderDavid
Browse files

Bump upper bounds on containers and filepath

- Bump bound on filepath to <1.6
- Bump bound on containers to <0.8
parent 6b6dea19
No related branches found
No related tags found
1 merge request!35Bump upper bounds on containers and filepath
Pipeline #88529 passed
...@@ -56,8 +56,8 @@ executable hpc ...@@ -56,8 +56,8 @@ executable hpc
build-depends: base >= 4 && < 5, build-depends: base >= 4 && < 5,
deepseq >= 1.4.4 && < 1.6, deepseq >= 1.4.4 && < 1.6,
directory >= 1 && < 1.4, directory >= 1 && < 1.4,
filepath >= 1 && < 1.5, filepath >= 1 && < 1.6,
containers >= 0.1 && < 0.7, containers >= 0.1 && < 0.8,
array >= 0.1 && < 0.6, array >= 0.1 && < 0.6,
hpc >= 0.6.2 && < 0.8 hpc >= 0.6.2 && < 0.8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment