Released autodocodec-servant-multipart

This commit is contained in:
Tom Sydney Kerckhove 2022-10-06 19:49:57 +02:00
parent 122ff64058
commit c8c6965d97
5 changed files with 10 additions and 4 deletions

View File

@ -32,7 +32,7 @@ library
src src
build-depends: build-depends:
aeson aeson
, autodocodec , autodocodec >=0.2.0.1
, base >=4.7 && <5 , base >=4.7 && <5
, bytestring , bytestring
, servant-multipart , servant-multipart

View File

@ -18,7 +18,7 @@ library:
source-dirs: src source-dirs: src
dependencies: dependencies:
- aeson - aeson
- autodocodec - autodocodec >=0.2.0.1
- bytestring - bytestring
- servant-multipart - servant-multipart
- servant-multipart-api - servant-multipart-api

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## [0.2.0.1] - 2022-10-06
### Added
* The `HasObjectCodec` type class
## [0.2.0.0] - 2022-07-21 ## [0.2.0.0] - 2022-07-21
### Added ### Added

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: autodocodec name: autodocodec
version: 0.2.0.0 version: 0.2.0.1
synopsis: Self-documenting encoder and decoder synopsis: Self-documenting encoder and decoder
homepage: https://github.com/NorfairKing/autodocodec#readme homepage: https://github.com/NorfairKing/autodocodec#readme
bug-reports: https://github.com/NorfairKing/autodocodec/issues bug-reports: https://github.com/NorfairKing/autodocodec/issues

View File

@ -1,5 +1,5 @@
name: autodocodec name: autodocodec
version: 0.2.0.0 version: 0.2.0.1
github: "NorfairKing/autodocodec" github: "NorfairKing/autodocodec"
license: MIT license: MIT
author: "Tom Sydney Kerckhove" author: "Tom Sydney Kerckhove"