mirror of
https://github.com/NorfairKing/autodocodec.git
synced 2024-11-22 22:33:01 +03:00
Released autodocodec-servant-multipart
This commit is contained in:
parent
122ff64058
commit
c8c6965d97
@ -32,7 +32,7 @@ library
|
||||
src
|
||||
build-depends:
|
||||
aeson
|
||||
, autodocodec
|
||||
, autodocodec >=0.2.0.1
|
||||
, base >=4.7 && <5
|
||||
, bytestring
|
||||
, servant-multipart
|
||||
|
@ -18,7 +18,7 @@ library:
|
||||
source-dirs: src
|
||||
dependencies:
|
||||
- aeson
|
||||
- autodocodec
|
||||
- autodocodec >=0.2.0.1
|
||||
- bytestring
|
||||
- servant-multipart
|
||||
- servant-multipart-api
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## [0.2.0.1] - 2022-10-06
|
||||
|
||||
### Added
|
||||
|
||||
* The `HasObjectCodec` type class
|
||||
|
||||
## [0.2.0.0] - 2022-07-21
|
||||
|
||||
### Added
|
||||
|
@ -5,7 +5,7 @@ cabal-version: 1.12
|
||||
-- see: https://github.com/sol/hpack
|
||||
|
||||
name: autodocodec
|
||||
version: 0.2.0.0
|
||||
version: 0.2.0.1
|
||||
synopsis: Self-documenting encoder and decoder
|
||||
homepage: https://github.com/NorfairKing/autodocodec#readme
|
||||
bug-reports: https://github.com/NorfairKing/autodocodec/issues
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: autodocodec
|
||||
version: 0.2.0.0
|
||||
version: 0.2.0.1
|
||||
github: "NorfairKing/autodocodec"
|
||||
license: MIT
|
||||
author: "Tom Sydney Kerckhove"
|
||||
|
Loading…
Reference in New Issue
Block a user