Skip to content
Snippets Groups Projects

Bump upper bounds on containers and filepath

Merged BinderDavid requested to merge bump-bounds into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -56,8 +56,8 @@ executable hpc
build-depends: base >= 4 && < 5,
deepseq >= 1.4.4 && < 1.6,
directory >= 1 && < 1.4,
filepath >= 1 && < 1.5,
containers >= 0.1 && < 0.7,
filepath >= 1 && < 1.6,
containers >= 0.1 && < 0.8,
array >= 0.1 && < 0.6,
hpc >= 0.6.2 && < 0.8
Loading