Cabal revisions of servant-dhall-0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: servant-dhall version: 0.1+x-revision: 1 synopsis: Servant Dhall content-type description: Servant Dhall bindings. . - Provides @MineRender@ and @MimeUnrender@ instances.+ Provides @MimeRender@ and @MimeUnrender@ instances. So you can accept and return Dhall expressions. .- /Note:/ Reading (and evaluating) Dhall expressions from untrust4ed source is a security risk.+ /Note:/ Reading (and evaluating) Dhall expressions from untrusted sources is a security risk. homepage: http://haskell-servant.readthedocs.org/ license: BSD3 license-file: LICENSE author: Servant Contributors maintainer: haskell-servant-maintainers@googlegroups.com-copyright: 2015-2016 Servant Contributors+copyright: 2018 Servant Contributors category: Web, Servant, Dhall build-type: Simple cabal-version: >=1.10 , formatting >=6.3.4 && <6.4 , megaparsec >=6.5.0 && <6.6 , prettyprinter >=1.2.0.1 && <1.3- , servant >=0.13 && <0.14+ , servant >=0.13 && <0.15 , text >=1.2.3.0 && <1.3- , http-media+ , http-media >=0.7.1.2 && <0.8 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall