aboutsummaryrefslogtreecommitdiffstats
path: root/verismith.cabal
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-08 21:41:39 +0000
committerYann Herklotz <git@yannherklotz.com>2020-03-08 21:41:39 +0000
commit010d7343133ebe53a472b9d26fdeb509db31d4c9 (patch)
tree1d66a6a7f4d1ee1c52e08e6332f326a1e08b6366 /verismith.cabal
parentba8fa15b77dc834a4d6d2c07627ef6c16ad53d0e (diff)
parentfeb21582faab8a30e5e9180420f4449764a11a9b (diff)
downloadverismith-010d7343133ebe53a472b9d26fdeb509db31d4c9.tar.gz
verismith-010d7343133ebe53a472b9d26fdeb509db31d4c9.zip
Merge branch 'master' into develop
Diffstat (limited to 'verismith.cabal')
-rw-r--r--verismith.cabal10
1 files changed, 2 insertions, 8 deletions
diff --git a/verismith.cabal b/verismith.cabal
index e88d3df..43280d5 100644
--- a/verismith.cabal
+++ b/verismith.cabal
@@ -1,5 +1,5 @@
name: verismith
-version: 1.0.0.0
+version: 1.0.0.2
synopsis: Random verilog generation and simulator testing.
description:
Verismith provides random verilog generation modules
@@ -11,7 +11,7 @@ author: Yann Herklotz
maintainer: yann [at] yannherklotz [dot] com
copyright: 2018-2020 Yann Herklotz
category: Hardware
-build-type: Custom
+build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
, examples/*.v
@@ -29,12 +29,6 @@ source-repository this
location: https://github.com/ymherklotz/verismith
tag: v1.0.0.0
-custom-setup
- setup-depends:
- base >= 4 && <5,
- cabal-doctest >= 1 && <1.1,
- Cabal >= 1.10 && <2.5
-
library
hs-source-dirs: src
default-language: Haskell2010