mirror of
https://github.com/andrewthad/colonnade.git
synced 2024-11-25 09:33:26 +03:00
Update dependencies
This commit is contained in:
parent
142b373289
commit
3e9a4aef51
@ -2,3 +2,4 @@ packages: ./colonnade
|
||||
./blaze-colonnade
|
||||
./lucid-colonnade
|
||||
./siphon
|
||||
./yesod-colonnade
|
||||
|
@ -37,11 +37,11 @@ library
|
||||
build-depends:
|
||||
base >= 4.12 && < 5
|
||||
, contravariant >= 1.2 && < 1.6
|
||||
, vector >= 0.10 && < 0.13
|
||||
, vector >= 0.10 && < 0.14
|
||||
, text >= 1.0 && < 2.1
|
||||
, bytestring >= 0.10 && < 0.12
|
||||
, profunctors >= 5.0 && < 5.7
|
||||
, semigroups >= 0.18.2 && < 0.20
|
||||
, semigroups >= 0.18.2 && < 0.21
|
||||
default-language: Haskell2010
|
||||
ghc-options: -Wall
|
||||
|
||||
|
@ -21,7 +21,7 @@ library
|
||||
, colonnade >= 1.1.1 && < 1.3
|
||||
, lucid >= 2.9 && < 3.0
|
||||
, text >= 1.2 && < 2.1
|
||||
, vector >= 0.10 && < 0.13
|
||||
, vector >= 0.10 && < 0.14
|
||||
default-language: Haskell2010
|
||||
|
||||
source-repository head
|
||||
|
@ -19,14 +19,14 @@ library
|
||||
build-depends:
|
||||
base >= 4.9 && < 5.0
|
||||
, colonnade >= 1.2 && < 1.3
|
||||
, contravariant >= 1.2 && < 1.5
|
||||
, vector >= 0.10 && < 0.13
|
||||
, text >= 1.0 && < 1.3
|
||||
, contravariant >= 1.2 && < 1.6
|
||||
, vector >= 0.10 && < 0.14
|
||||
, text >= 1.0 && < 2.1
|
||||
, reflex == 0.5.*
|
||||
, reflex-dom == 0.4.*
|
||||
, containers >= 0.5 && < 0.6
|
||||
, containers >= 0.5 && < 0.7
|
||||
, profunctors >= 5.2 && < 5.7
|
||||
, transformers >= 0.5 && < 0.6
|
||||
, transformers >= 0.5 && < 0.7
|
||||
default-language: Haskell2010
|
||||
|
||||
source-repository head
|
||||
|
@ -26,8 +26,8 @@ library
|
||||
, vector
|
||||
, streaming >= 0.1.4 && < 0.3
|
||||
, attoparsec
|
||||
, transformers >= 0.4.2 && < 0.6
|
||||
, semigroups >= 0.18.2 && < 0.20
|
||||
, transformers >= 0.4.2 && < 0.8
|
||||
, semigroups >= 0.18.2 && < 0.21
|
||||
default-language: Haskell2010
|
||||
|
||||
test-suite test
|
||||
|
@ -17,12 +17,12 @@ library
|
||||
exposed-modules:
|
||||
Yesod.Colonnade
|
||||
build-depends:
|
||||
base >= 4.9.1 && < 4.14
|
||||
base >= 4.9.1 && < 4.18
|
||||
, colonnade >= 1.2 && < 1.3
|
||||
, yesod-core >= 1.6 && < 1.7
|
||||
, conduit >= 1.3 && < 1.4
|
||||
, conduit-extra >= 1.3 && < 1.4
|
||||
, text >= 1.0 && < 1.3
|
||||
, text >= 1.0 && < 2.1
|
||||
, blaze-markup >= 0.7 && < 0.9
|
||||
, blaze-html >= 0.8 && < 0.10
|
||||
, yesod-elements >= 1.1 && < 1.2
|
||||
|
Loading…
Reference in New Issue
Block a user