Skip to content

Commit

Permalink
Add bytestring package to dependencies of generated haskell code
Browse files Browse the repository at this point in the history
This broke in OpenAPITools#18047
where tvh introduced an import of Data.ByteString.Lazy. The added
bytestring package was available in some but not all cases.
  • Loading branch information
bholst committed Jul 5, 2024
1 parent cce4139 commit e0fe0f0
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,9 @@ library
, http-types
, swagger2
, uuid
{{#authMethods}}
{{#isApiKey}}
, bytestring
{{/isApiKey}}
{{#authMethods}}
{{#isBasicBearer}}
, bytestring
, wai-extra
{{/isBasicBearer}}
{{#isBasicBasic}}
Expand Down

0 comments on commit e0fe0f0

Please sign in to comment.