yesod-colonnade base upper bound bump

This commit is contained in:
Zachary Churchill 2020-01-30 10:41:49 -05:00 committed by Andrew Martin
parent d8ede5b259
commit e8e2562a50

View File

@ -1,6 +1,6 @@
cabal-version: 2.0
name: yesod-colonnade
version: 1.3.0.1
version: 1.3.0.2
synopsis: Helper functions for using yesod with colonnade
description: Yesod and colonnade
homepage: https://github.com/andrewthad/colonnade#readme
@ -17,7 +17,7 @@ library
exposed-modules:
Yesod.Colonnade
build-depends:
base >= 4.9.1 && < 4.13
base >= 4.9.1 && < 4.14
, colonnade >= 1.2 && < 1.3
, yesod-core >= 1.6 && < 1.7
, conduit >= 1.3 && < 1.4