From 01c2ab3f6a58d416528efce3057e2cf2f1604489 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 29 Oct 2019 11:53:43 +0000 Subject: Add data-file installation path This removes the need to recursively copy the data directory which will also save on space. --- verismith.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'verismith.cabal') 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: -- cgit