Skip to content

Commit

Permalink
Rename examples
Browse files Browse the repository at this point in the history
  • Loading branch information
queezle42 committed May 14, 2024
1 parent d186817 commit 64c0947
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions examples/quasar-wayland-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ common shared-executable-properties
-threaded
-rtsopts "-with-rtsopts=-N -I0"

executable quasar-wayland-example-client-shm
executable example-client-shm
import: shared-executable-properties
build-depends:
base,
Expand All @@ -60,12 +60,12 @@ executable quasar-wayland-example-client-shm
quasar-wayland,
main-is: ShmClient.hs

executable quasar-wayland-example-skia
executable example-client
import: shared-executable-properties
build-depends:
base,
quasar,
quasar-timer,
quasar-wayland,
quasar-wayland-skia,
main-is: Skia.hs
main-is: Client.hs

0 comments on commit 64c0947

Please sign in to comment.