Skip to content

Commit

Permalink
fix(primer-miso): fix extra-source-files in Cabal file
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Hess <[email protected]>
  • Loading branch information
dhess committed Dec 12, 2024
1 parent 8ba4a9a commit d86bb45
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions primer-miso/primer-miso.cabal
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:
Expand Down Expand Up @@ -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

0 comments on commit d86bb45

Please sign in to comment.