Skip to content

Commit

Permalink
elm/parser is only used by date-time
Browse files Browse the repository at this point in the history
  • Loading branch information
miniBill committed Nov 13, 2024
1 parent abaa098 commit accaa6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Cli.elm
Original file line number Diff line number Diff line change
Expand Up @@ -739,8 +739,9 @@ dateTimeFormat =
, toParamString = toString
, sharedDeclarations = []
, requiresPackages =
[ "wolfadex/elm-rfc3339"
[ "elm/parser"
, "justinmimbs/time-extra"
, "wolfadex/elm-rfc3339"
]
}

Expand Down Expand Up @@ -868,7 +869,6 @@ printSuccessMessageAndWarnings ( outputPaths, { requiredPackages, warnings } ) =
optionalPackages : List String
optionalPackages =
[ "elm/bytes"
, "elm/parser"
, "elm/time"
, "elm/url"
]
Expand Down

0 comments on commit accaa6c

Please sign in to comment.