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