stepcut / plugins

Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution.
GNU Lesser General Public License v2.1
52 stars 17 forks source link

Pretty ugly fix for #10 #11

Closed noughtmare closed 5 years ago

noughtmare commented 5 years ago

This basically adds another return value for the exec function that indicates if the status code indicates a success, then it is no longer necessary to use the stderr output to check if ghc executed successfully.