diff --git a/recipes/elm b/recipes/elm index aedc71e..5f98307 100644 --- a/recipes/elm +++ b/recipes/elm @@ -1,4 +1,5 @@ #!/bin/bash +set +e _recipe nvm _npm elm-oracle diff --git a/recipes/haskell b/recipes/haskell index 1c94d0a..43d068b 100644 --- a/recipes/haskell +++ b/recipes/haskell @@ -1,3 +1,4 @@ #!/bin/bash +set +e _brew haskell-stack