hbs2-git dashboard init

This commit is contained in:
Dmitry Zuikov 2024-04-17 10:48:27 +03:00
parent 77fe327ea8
commit 24a55a6375
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,6 @@
module Main where
main = do
pure ()

View File

@ -126,6 +126,21 @@ library
hs-source-dirs: hbs2-git-client-lib
executable hbs2-git-dashboard
import: shared-properties
main-is: GitDashBoard.hs
-- other-modules:
-- other-extensions:
build-depends:
base, hbs2-peer, hbs2-git
, binary
, vector
, optparse-applicative
hs-source-dirs: hbs2-git-dashboard
default-language: GHC2021
executable hbs2-git-subscribe
import: shared-properties
main-is: Main.hs