Skip to content
Snippets Groups Projects
Commit f84fffdc authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Bump bound to allow unix 2.8

parent 5c815246
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ library ...@@ -60,7 +60,7 @@ library
cpp-options: -DWINDOWS cpp-options: -DWINDOWS
else else
other-modules: System.Process.Posix other-modules: System.Process.Posix
build-depends: unix >= 2.5 && < 2.8 build-depends: unix >= 2.5 && < 2.9
c-sources: c-sources:
cbits/runProcess.c cbits/runProcess.c
......
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