aboutsummaryrefslogtreecommitdiffstats
path: root/verismith.cabal
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-09-18 19:06:32 +0200
committerYann Herklotz <git@yannherklotz.com>2019-09-18 19:06:32 +0200
commit8d96fd2a541a2602544ced741552ebd17714c67d (patch)
tree2f53addec05793cf5b3e0274a3e8e9e5f76a7abe /verismith.cabal
parentd14196cce14d1b4a4a9fba768b9f5238c8626624 (diff)
downloadverismith-8d96fd2a541a2602544ced741552ebd17714c67d.tar.gz
verismith-8d96fd2a541a2602544ced741552ebd17714c67d.zip
Rename main modules
Diffstat (limited to 'verismith.cabal')
-rw-r--r--verismith.cabal70
1 files changed, 35 insertions, 35 deletions
diff --git a/verismith.cabal b/verismith.cabal
index c4f74fa..2367c04 100644
--- a/verismith.cabal
+++ b/verismith.cabal
@@ -2,7 +2,7 @@ name: verismith
version: 0.3.1.0
synopsis: Random verilog generation and simulator testing.
description:
- VeriSmith provides random verilog generation modules
+ Verismith provides random verilog generation modules
implementing functions to test supported simulators.
homepage: https://github.com/ymherklotz/verismith#readme
license: BSD3
@@ -32,40 +32,40 @@ library
default-language: Haskell2010
build-tools: alex >=3 && <4
other-modules: Paths_verismith
- exposed-modules: VeriSmith
- , VeriSmith.Circuit
- , VeriSmith.Circuit.Base
- , VeriSmith.Circuit.Gen
- , VeriSmith.Circuit.Internal
- , VeriSmith.Circuit.Random
- , VeriSmith.Config
- , VeriSmith.Fuzz
- , VeriSmith.Generate
- , VeriSmith.Internal
- , VeriSmith.Reduce
- , VeriSmith.Report
- , VeriSmith.Result
- , VeriSmith.Sim
- , VeriSmith.Sim.Icarus
- , VeriSmith.Sim.Identity
- , VeriSmith.Sim.Internal
- , VeriSmith.Sim.Quartus
- , VeriSmith.Sim.Template
- , VeriSmith.Sim.Vivado
- , VeriSmith.Sim.XST
- , VeriSmith.Sim.Yosys
- , VeriSmith.Verilog
- , VeriSmith.Verilog.AST
- , VeriSmith.Verilog.BitVec
- , VeriSmith.Verilog.CodeGen
- , VeriSmith.Verilog.Eval
- , VeriSmith.Verilog.Internal
- , VeriSmith.Verilog.Lex
- , VeriSmith.Verilog.Mutate
- , VeriSmith.Verilog.Parser
- , VeriSmith.Verilog.Preprocess
- , VeriSmith.Verilog.Quote
- , VeriSmith.Verilog.Token
+ exposed-modules: Verismith
+ , Verismith.Circuit
+ , Verismith.Circuit.Base
+ , Verismith.Circuit.Gen
+ , Verismith.Circuit.Internal
+ , Verismith.Circuit.Random
+ , Verismith.Config
+ , Verismith.Fuzz
+ , Verismith.Generate
+ , Verismith.Internal
+ , Verismith.Reduce
+ , Verismith.Report
+ , Verismith.Result
+ , Verismith.Sim
+ , Verismith.Sim.Icarus
+ , Verismith.Sim.Identity
+ , Verismith.Sim.Internal
+ , Verismith.Sim.Quartus
+ , Verismith.Sim.Template
+ , Verismith.Sim.Vivado
+ , Verismith.Sim.XST
+ , Verismith.Sim.Yosys
+ , Verismith.Verilog
+ , Verismith.Verilog.AST
+ , Verismith.Verilog.BitVec
+ , Verismith.Verilog.CodeGen
+ , Verismith.Verilog.Eval
+ , Verismith.Verilog.Internal
+ , Verismith.Verilog.Lex
+ , Verismith.Verilog.Mutate
+ , Verismith.Verilog.Parser
+ , Verismith.Verilog.Preprocess
+ , Verismith.Verilog.Quote
+ , Verismith.Verilog.Token
build-depends: base >=4.7 && <5
-- Cannot upgrade to 1.0 because of missing MonadGen instance for
-- StateT.