mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-26 09:06:56 +03:00
Depend on another Vty mouse event bug fix
This commit is contained in:
parent
afe2e7eec5
commit
5546659a0f
32
brick.cabal
32
brick.cabal
@ -78,7 +78,7 @@ library
|
||||
Brick.Widgets.Internal
|
||||
|
||||
build-depends: base <= 5,
|
||||
vty >= 5.11.2,
|
||||
vty >= 5.11.3,
|
||||
transformers,
|
||||
data-default,
|
||||
containers,
|
||||
@ -102,7 +102,7 @@ executable brick-cache-demo
|
||||
main-is: CacheDemo.hs
|
||||
build-depends: base,
|
||||
brick,
|
||||
vty >= 5.11.2,
|
||||
vty >= 5.11.3,
|
||||
text,
|
||||
microlens >= 0.3.0.0,
|
||||
microlens-th
|
||||
@ -116,7 +116,7 @@ executable brick-visibility-demo
|
||||
main-is: VisibilityDemo.hs
|
||||
build-depends: base,
|
||||
brick,
|
||||
vty >= 5.11.2,
|
||||
vty >= 5.11.3,
|
||||
data-default,
|
||||
text,
|
||||
microlens >= 0.3.0.0,
|
||||
@ -132,7 +132,7 @@ executable brick-viewport-scroll-demo
|
||||
main-is: ViewportScrollDemo.hs
|
||||
build-depends: base,
|
||||
brick,
|
||||
vty >= 5.11.2,
|
||||
vty >= 5.11.3,
|
||||
data-default,
|
||||
text,
|
||||
microlens
|
||||
@ -146,7 +146,7 @@ executable brick-dialog-demo
|
||||
main-is: DialogDemo.hs
|
||||
build-depends: base <= 5,
|
||||
brick,
|
||||
vty >= 5.11.2,
|
||||
vty >= 5.11.3,
|
||||
data-default,
|
||||
text,
|
||||
microlens
|
||||
@ -160,7 +160,7 @@ executable brick-mouse-demo
|
||||
main-is: MouseDemo.hs
|
||||
build-depends: base <= 5,
|
||||
brick,
|
||||
vty >= 5.11.2,
|
||||
vty >= 5.11.3,
|
||||
data-default,
|
||||
text,
|
||||
microlens >= 0.3.0.0,
|
||||
@ -175,7 +175,7 @@ executable brick-layer-demo
|
||||
main-is: LayerDemo.hs
|
||||
build-depends: base <= 5,
|
||||
brick,
|
||||
vty >= 5.11.2,
|
||||
vty >= 5.11.3,
|
||||
data-default,
|
||||
text,
|
||||
microlens >= 0.3.0.0,
|
||||
@ -190,7 +190,7 @@ executable brick-suspend-resume-demo
|
||||
main-is: SuspendAndResumeDemo.hs
|
||||
build-depends: base <= 5,
|
||||
brick,
|
||||
vty >= 5.11.2,
|
||||
vty >= 5.11.3,
|
||||
data-default,
|
||||
text,
|
||||
microlens >= 0.3.0.0,
|
||||
@ -205,7 +205,7 @@ executable brick-padding-demo
|
||||
main-is: PaddingDemo.hs
|
||||
build-depends: base <= 5,
|
||||
brick,
|
||||
vty >= 5.11.2,
|
||||
vty >= 5.11.3,
|
||||
data-default,
|
||||
text,
|
||||
microlens
|
||||
@ -219,7 +219,7 @@ executable brick-attr-demo
|
||||
main-is: AttrDemo.hs
|
||||
build-depends: base <= 5,
|
||||
brick,
|
||||
vty >= 5.11.2,
|
||||
vty >= 5.11.3,
|
||||
data-default,
|
||||
text,
|
||||
microlens
|
||||
@ -233,7 +233,7 @@ executable brick-markup-demo
|
||||
main-is: MarkupDemo.hs
|
||||
build-depends: base <= 5,
|
||||
brick,
|
||||
vty >= 5.11.2,
|
||||
vty >= 5.11.3,
|
||||
data-default,
|
||||
text,
|
||||
microlens
|
||||
@ -247,7 +247,7 @@ executable brick-list-demo
|
||||
main-is: ListDemo.hs
|
||||
build-depends: base <= 5,
|
||||
brick,
|
||||
vty >= 5.11.2,
|
||||
vty >= 5.11.3,
|
||||
data-default,
|
||||
text,
|
||||
microlens >= 0.3.0.0,
|
||||
@ -262,7 +262,7 @@ executable brick-custom-event-demo
|
||||
main-is: CustomEventDemo.hs
|
||||
build-depends: base <= 5,
|
||||
brick,
|
||||
vty >= 5.11.2,
|
||||
vty >= 5.11.3,
|
||||
data-default,
|
||||
text,
|
||||
microlens >= 0.3.0.0,
|
||||
@ -277,7 +277,7 @@ executable brick-hello-world-demo
|
||||
main-is: HelloWorldDemo.hs
|
||||
build-depends: base <= 5,
|
||||
brick,
|
||||
vty >= 5.11.2,
|
||||
vty >= 5.11.3,
|
||||
data-default,
|
||||
text,
|
||||
microlens
|
||||
@ -291,7 +291,7 @@ executable brick-edit-demo
|
||||
main-is: EditDemo.hs
|
||||
build-depends: base <= 5,
|
||||
brick,
|
||||
vty >= 5.11.2,
|
||||
vty >= 5.11.3,
|
||||
data-default,
|
||||
text,
|
||||
vector,
|
||||
@ -308,7 +308,7 @@ executable brick-border-demo
|
||||
main-is: BorderDemo.hs
|
||||
build-depends: base <= 5,
|
||||
brick,
|
||||
vty >= 5.11.2,
|
||||
vty >= 5.11.3,
|
||||
data-default,
|
||||
text,
|
||||
microlens
|
||||
|
Loading…
Reference in New Issue
Block a user