Skip to content

Commit

Permalink
Add datetime-iso to package set
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbertra committed Nov 1, 2021
1 parent f1241ea commit 46b7e86
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,32 @@ let additions =
, repo = "https://github.com/input-output-hk/purescript-markdown"
, version = "022d8afd0d9e0ef8114da9e9ef5a67d9ffc86a29"
}
, datetime-iso =
{ dependencies =
[ "aff"
, "argonaut"
, "argonaut-codecs"
, "argonaut-core"
, "arrays"
, "bifunctors"
, "datetime"
, "effect"
, "either"
, "enums"
, "foldable-traversable"
, "maybe"
, "newtype"
, "parsing"
, "partial"
, "prelude"
, "psci-support"
, "spec"
, "strings"
, "transformers"
]
, repo = "https://github.com/input-output-hk/purescript-datetime-iso"
, version = "c5b3b5421ae36631b0e2823e1199febd5b209791"
}
, servant-support =
{ dependencies =
[ "affjax"
Expand Down Expand Up @@ -147,7 +173,7 @@ let additions =
, "web-uievents"
]
, repo = "https://github.com/input-output-hk/purescript-web-common"
, version = "v1.0.0"
, version = "v1.1.0"
}
}

Expand Down

0 comments on commit 46b7e86

Please sign in to comment.