summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2021-06-22 13:32:17 +0200
committerJohn J. Camilleri <john@digitalgrammars.com>2021-06-22 13:32:17 +0200
commitcf2eff38015464faa2d6d267eedf023141e51662 (patch)
tree82fe720931427843ab532569db444de34af14c6c /gf.cabal
parent07fd41294a408591fbdd30ce8bbb063b68117d00 (diff)
parent5a53a3824730d42d148fa840f6c821786dfa7c53 (diff)
Merge branch 'master' into stack-yaml-symlink
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/gf.cabal b/gf.cabal
index 0076e7638..608a5d636 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -14,6 +14,7 @@ maintainer: Thomas Hallgren
tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3
data-dir: src
+extra-source-files: WebSetup.hs
data-files:
www/*.html
www/*.css
@@ -352,4 +353,5 @@ test-suite gf-tests
main-is: run.hs
hs-source-dirs: testsuite
build-depends: base>=4.3 && <5, Cabal>=1.8, directory, filepath, process
+ build-tool-depends: gf:gf
default-language: Haskell2010