mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-12-29 08:55:13 +03:00
Rename ListDemoVi to ListViDemo to better fit exisiting demos.
This commit is contained in:
parent
017c0c1bf8
commit
97f5457f9d
@ -275,13 +275,13 @@ executable brick-list-demo
|
||||
microlens >= 0.3.0.0,
|
||||
vector
|
||||
|
||||
executable brick-list-demo-vi
|
||||
executable brick-list-vi-demo
|
||||
if !flag(demos)
|
||||
Buildable: False
|
||||
hs-source-dirs: programs
|
||||
ghc-options: -threaded -Wall -fno-warn-unused-do-bind -O3
|
||||
default-language: Haskell2010
|
||||
main-is: ListDemoVi.hs
|
||||
main-is: ListViDemo.hs
|
||||
build-depends: base <= 5,
|
||||
brick,
|
||||
vty >= 5.15,
|
||||
|
Loading…
Reference in New Issue
Block a user