Rename ListDemoVi to ListViDemo to better fit exisiting demos.

This commit is contained in:
Richard Alex Hofer 2017-10-03 07:42:52 -04:00
parent 017c0c1bf8
commit 97f5457f9d
2 changed files with 2 additions and 2 deletions

View File

@ -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,