Skip to content

Commit

Permalink
Fix Windows CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
f-f committed Apr 13, 2020
1 parent f84e8c7 commit 3cb6140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spago/Config.hs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ ensureConfig = do
Right config -> do
PackageSet.ensureFrozen $ Text.unpack path
pure $ Right config
Left (err :: Dhall.ReadError Void) -> pure $ Left $ displayShow err
Left (err :: SomeException) -> pure $ Left $ displayShow err


-- | Copies over `spago.dhall` to set up a Spago project.
Expand Down

0 comments on commit 3cb6140

Please sign in to comment.