aboutsummaryrefslogtreecommitdiffstats
path: root/verismith.cabal
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-10-29 11:53:43 +0000
committerYann Herklotz <git@yannherklotz.com>2019-10-29 11:54:23 +0000
commit01c2ab3f6a58d416528efce3057e2cf2f1604489 (patch)
treee8716b6b2b2bd438df3680e0c927134ee8ae5c83 /verismith.cabal
parent633522fc459439e6dff58509c7706ef831199fee (diff)
downloadverismith-01c2ab3f6a58d416528efce3057e2cf2f1604489.tar.gz
verismith-01c2ab3f6a58d416528efce3057e2cf2f1604489.zip
Add data-file installation path
This removes the need to recursively copy the data directory which will also save on space.
Diffstat (limited to 'verismith.cabal')
-rw-r--r--verismith.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/verismith.cabal b/verismith.cabal
index 389ca16..61fd087 100644
--- a/verismith.cabal
+++ b/verismith.cabal
@@ -14,11 +14,11 @@ category: Hardware
build-type: Custom
cabal-version: >=1.10
extra-source-files: README.md
- , data/*.v
, examples/*.v
, examples/config.toml
, scripts/*.py
, scripts/*.sh
+data-files: data/*.v
source-repository head
type: git
@@ -27,7 +27,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/ymherklotz/verismith
- tag: v0.4.0.0
+ tag: v0.4.0.1
custom-setup
setup-depends: