From d14196cce14d1b4a4a9fba768b9f5238c8626624 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 6 Sep 2019 19:12:58 +0200 Subject: Small changes to .cabal --- verismith.cabal | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/verismith.cabal b/verismith.cabal index ef27082..c4f74fa 100644 --- a/verismith.cabal +++ b/verismith.cabal @@ -4,17 +4,22 @@ synopsis: Random verilog generation and simulator testing. description: VeriSmith provides random verilog generation modules implementing functions to test supported simulators. -homepage: https://github.com/ymherklotz/VeriSmith#readme +homepage: https://github.com/ymherklotz/verismith#readme license: BSD3 license-file: LICENSE author: Yann Herklotz maintainer: yann [at] yannherklotz [dot] com copyright: 2018-2019 Yann Herklotz -category: Web +category: Hardware build-type: Custom cabal-version: >=1.10 extra-source-files: README.md , data/*.v + , examples/*.v + , examples/config.toml + , nix/*.nix + , scripts/*.py + , scripts/*.sh custom-setup setup-depends: -- cgit