restore compatibility between petstore-example and petstore-api

This commit is contained in:
Stephan Schneider 2023-09-08 11:19:46 +02:00 committed by Alexander Biehl
parent 1aadc110ad
commit 050fb31ad4

View File

@ -29,7 +29,7 @@ executable petstore-example
-- LANGUAGE extensions used by modules in this package.
-- other-extensions:
build-depends:
, base ^>=4.14.3.0
, base
, mtl
, petstore-api
, text