From b78750746ac0e4d082e38bda70db4d5ec41817e3 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 6 Oct 2019 23:29:55 +0100 Subject: Fix cabal file --- verismith.cabal | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'verismith.cabal') diff --git a/verismith.cabal b/verismith.cabal index b9203b9..b850b28 100644 --- a/verismith.cabal +++ b/verismith.cabal @@ -1,5 +1,5 @@ name: verismith -version: 0.3.1.0 +version: 0.4.0.0 synopsis: Random verilog generation and simulator testing. description: Verismith provides random verilog generation modules @@ -21,6 +21,15 @@ extra-source-files: README.md , scripts/*.py , scripts/*.sh +source-repository head + type: git + location: https://github.com/ymherklotz/verismith + +source-repository this + type: git + location: https://github.com/ymherklotz/verismith + tag: v0.4.0.0 + custom-setup setup-depends: base >= 4 && <5, -- cgit