cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.7.
--
-- see: https://github.com/sol/hpack
name: servant-serialization
version: 0.2.1
description: Servant content types and instances for common serialization formats.
category: Serialization, Servant
bug-reports: https://github.com/plredmond/servant-serialization/issues
author: https://recurse.social/@redmp
maintainer: https://recurse.social/@redmp
license: MIT
build-type: Simple
extra-source-files:
CHANGELOG.md
library
exposed-modules:
Servant.API.ContentTypes.Binary
Servant.API.ContentTypes.Cereal
Servant.API.ContentTypes.Flat
Servant.API.ContentTypes.Persist
Servant.API.ContentTypes.SerialiseCBOR
Servant.API.ContentTypes.ShowRead
other-modules:
Paths_servant_serialization
hs-source-dirs:
lib
ghc-options: -Wall
build-depends:
base >=4.15 && <4.17
, binary
, bytestring
, cereal
, flat
, http-media
, persist
, serialise
, servant
, text
default-language: Haskell2010
executable example
main-is: Main.hs
other-modules:
Paths_servant_serialization
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, aeson
, base >=4.15 && <4.17
, binary
, bytestring
, cereal
, flat
, http-api-data
, http-client
, http-media
, persist
, serialise
, servant
, servant-client
, servant-serialization
, servant-server
, text
, warp
default-language: Haskell2010
test-suite doctest
type: exitcode-stdio-1.0
main-is: Doctests.hs
other-modules:
Paths_servant_serialization
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, base >=4.15 && <4.17
, binary
, bytestring
, cereal
, doctest
, flat
, http-media
, persist
, serialise
, servant
, servant-serialization
, text
default-language: Haskell2010