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
|
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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user