mirror of https://github.com/voidlizard/hbs2
hbs2-git dashboard init
This commit is contained in:
parent
77fe327ea8
commit
24a55a6375
|
@ -0,0 +1,6 @@
|
||||||
|
module Main where
|
||||||
|
|
||||||
|
|
||||||
|
main = do
|
||||||
|
pure ()
|
||||||
|
|
|
@ -126,6 +126,21 @@ library
|
||||||
hs-source-dirs: hbs2-git-client-lib
|
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
|
executable hbs2-git-subscribe
|
||||||
import: shared-properties
|
import: shared-properties
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
|
|
Loading…
Reference in New Issue