mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-29 08:49:40 +03:00
Move demo programs to demos/
This commit is contained in:
parent
e780ac73a0
commit
4417241cff
@ -131,6 +131,7 @@ library
|
||||
|
||||
executable vty-mode-demo
|
||||
main-is: ModeDemo.hs
|
||||
hs-source-dirs: demos
|
||||
|
||||
default-language: Haskell2010
|
||||
default-extensions: ScopedTypeVariables
|
||||
@ -146,6 +147,7 @@ executable vty-mode-demo
|
||||
|
||||
executable vty-demo
|
||||
main-is: Demo.hs
|
||||
hs-source-dirs: demos
|
||||
|
||||
default-language: Haskell2010
|
||||
default-extensions: ScopedTypeVariables
|
||||
|
Loading…
Reference in New Issue
Block a user