-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(primer-miso): fix
extra-source-files
in Cabal file
Signed-off-by: Drew Hess <[email protected]>
- Loading branch information
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
cabal-version: 3.0 | ||
name: primer-miso | ||
version: 0.8.0.0 | ||
license: AGPL-3.0-or-later | ||
license-file: COPYING | ||
copyright: (c) 2024 Hackworth Ltd | ||
maintainer: [email protected] | ||
author: Hackworth Ltd <[email protected]> | ||
stability: experimental | ||
cabal-version: 3.0 | ||
name: primer-miso | ||
version: 0.8.0.0 | ||
license: AGPL-3.0-or-later | ||
license-file: COPYING | ||
copyright: (c) 2024 Hackworth Ltd | ||
maintainer: [email protected] | ||
author: Hackworth Ltd <[email protected]> | ||
stability: experimental | ||
synopsis: | ||
A web frontend for building Primer programs, using the Miso framework | ||
|
||
category: UI | ||
extra-source-files: | ||
build-frontend.sh | ||
frontend/**/*.html | ||
frontend/**/*.js | ||
|
||
category: UI | ||
|
||
library | ||
exposed-modules: | ||
|
@@ -100,8 +105,3 @@ executable primer-miso | |
, websockets | ||
|
||
ghc-options: -threaded -rtsopts -with-rtsopts=-N | ||
|
||
extra-source-files: | ||
build-frontend.sh | ||
frontend/**/*.html | ||
frontend/**/*.js |