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:
parent
28b33fee2d
commit
91c45de4d1
@ -1,5 +1,5 @@
|
|||||||
name: blaze-colonnade
|
name: blaze-colonnade
|
||||||
version: 1.2.2
|
version: 1.2.2.1
|
||||||
synopsis: Helper functions for using blaze-html with colonnade
|
synopsis: Helper functions for using blaze-html with colonnade
|
||||||
description: Blaze HTML and colonnade
|
description: Blaze HTML and colonnade
|
||||||
homepage: https://github.com/andrewthad/colonnade#readme
|
homepage: https://github.com/andrewthad/colonnade#readme
|
||||||
@ -12,6 +12,11 @@ category: web
|
|||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.10
|
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
|
library
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
@ -21,6 +26,7 @@ library
|
|||||||
, colonnade >= 1.1 && < 1.3
|
, colonnade >= 1.1 && < 1.3
|
||||||
, blaze-markup >= 0.7 && < 0.9
|
, blaze-markup >= 0.7 && < 0.9
|
||||||
, blaze-html >= 0.8 && < 0.10
|
, blaze-html >= 0.8 && < 0.10
|
||||||
|
, profunctors >= 5.0 && < 5.5
|
||||||
, text >= 1.2 && < 1.3
|
, text >= 1.2 && < 1.3
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user