In blaze-colonnade, add dependency on profunctors. This is not actually used and is only needed to make doctest work.

This commit is contained in:
Andrew Martin 2019-06-24 08:27:26 -04:00
parent 28b33fee2d
commit 91c45de4d1

View File

@ -1,5 +1,5 @@
name: blaze-colonnade
version: 1.2.2
version: 1.2.2.1
synopsis: Helper functions for using blaze-html with colonnade
description: Blaze HTML and colonnade
homepage: https://github.com/andrewthad/colonnade#readme
@ -12,6 +12,11 @@ category: web
build-type: Simple
cabal-version: >=1.10
-- Note: There is a dependency on profunctors whose only
-- purpose is to make doctest work correctly. Since this
-- library transitively depends on profunctors anyway,
-- this is not a big deal.
library
hs-source-dirs: src
exposed-modules:
@ -21,6 +26,7 @@ library
, colonnade >= 1.1 && < 1.3
, blaze-markup >= 0.7 && < 0.9
, blaze-html >= 0.8 && < 0.10
, profunctors >= 5.0 && < 5.5
, text >= 1.2 && < 1.3
default-language: Haskell2010