aboutsummaryrefslogtreecommitdiffstats
path: root/verismith.cabal
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-10-06 23:29:55 +0100
committerYann Herklotz <git@yannherklotz.com>2019-10-06 23:29:55 +0100
commitb78750746ac0e4d082e38bda70db4d5ec41817e3 (patch)
tree7238552f8e61b9219af29cde4a5b2500421df9be /verismith.cabal
parent41c88cd7cad64761a6fe783c5225a1de187c5d87 (diff)
downloadverismith-b78750746ac0e4d082e38bda70db4d5ec41817e3.tar.gz
verismith-b78750746ac0e4d082e38bda70db4d5ec41817e3.zip
Fix cabal filev0.4.0.0
Diffstat (limited to 'verismith.cabal')
-rw-r--r--verismith.cabal11
1 files changed, 10 insertions, 1 deletions
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,