Skip to content

Commit

Permalink
Formats packages.dhall
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Solomon committed Apr 22, 2021
1 parent 6143c78 commit 50d055e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,10 @@ let additions =
, repo = "https://github.com/mikesol/purescript-behaviors.git"
, version = "v8.1.0"
}
, convertable-options = { dependencies =
[ "console", "effect", "maybe", "record" ]
, repo = "https://github.com/natefaubion/purescript-convertable-options.git"
, convertable-options =
{ dependencies = [ "console", "effect", "maybe", "record" ]
, repo =
"https://github.com/natefaubion/purescript-convertable-options.git"
, version = "v1.0.0"
}
}
Expand Down

0 comments on commit 50d055e

Please sign in to comment.