Skip to content

Commit 0864166

Browse files
committed
Explicitly list embedded files in cabal file
Needed for cabal to know it needs to rebuild stuff when they change. In 0ded0ff I expected that haskell/cabal#6889 would make this work even for wildcards but this is not the case. A proper fix for haskell/cabal#4746 is probably needed instead.
1 parent 2371069 commit 0864166

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

haskell/monpad.cabal

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ license: BSD-3-Clause
55
author: George Thomas
66
maintainer: [email protected]
77
extra-source-files:
8-
rsc/*.css
9-
rsc/*.js
10-
rsc/*.dhall
8+
rsc/app.css
9+
rsc/common.css
10+
rsc/elm.js
11+
rsc/main.js
12+
rsc/default.dhall
1113

1214
flag release
1315
Description: Distributable build. Optimise, embed assets etc.

0 commit comments

Comments
 (0)