mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-12-01 22:53:37 +03:00
Version bound bumps for blaze-builder, lens, utf8-string
This commit is contained in:
parent
f562453950
commit
d8b15c86f8
@ -43,14 +43,14 @@ tested-with: GHC >= 7.6.2
|
|||||||
library
|
library
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
build-depends: base >= 4 && < 5,
|
build-depends: base >= 4 && < 5,
|
||||||
blaze-builder >= 0.3.3.2 && < 0.4,
|
blaze-builder >= 0.3.3.2 && < 0.5,
|
||||||
bytestring,
|
bytestring,
|
||||||
containers,
|
containers,
|
||||||
data-default >= 0.5.3,
|
data-default >= 0.5.3,
|
||||||
deepseq >= 1.1 && < 1.5,
|
deepseq >= 1.1 && < 1.5,
|
||||||
directory,
|
directory,
|
||||||
filepath >= 1.0 && < 2.0,
|
filepath >= 1.0 && < 2.0,
|
||||||
lens >= 3.9.0.2 && < 4.8,
|
lens >= 3.9.0.2 && < 4.9,
|
||||||
-- required for nice installation with yi
|
-- required for nice installation with yi
|
||||||
hashable >= 1.2,
|
hashable >= 1.2,
|
||||||
mtl >= 1.1.1.0 && < 2.3,
|
mtl >= 1.1.1.0 && < 2.3,
|
||||||
@ -60,7 +60,7 @@ library
|
|||||||
transformers >= 0.3.0.0,
|
transformers >= 0.3.0.0,
|
||||||
text >= 0.11.3,
|
text >= 0.11.3,
|
||||||
unix,
|
unix,
|
||||||
utf8-string >= 0.3 && < 0.4,
|
utf8-string >= 0.3 && < 1.1,
|
||||||
vector >= 0.7
|
vector >= 0.7
|
||||||
|
|
||||||
exposed-modules: Graphics.Vty
|
exposed-modules: Graphics.Vty
|
||||||
|
Loading…
Reference in New Issue
Block a user