Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sv2v
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
sv2v
Commits
5b4fdfe7
Commit
5b4fdfe7
authored
Jun 05, 2020
by
Zachary Snow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upgrade cabal file format
parent
7e20b741
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
13 deletions
+12
-13
sv2v.cabal
+12
-13
No files found.
sv2v.cabal
View file @
5b4fdfe7
cabal-version: 2.4
name: sv2v
version: 0.0.3
synopsis: SystemVerilog to Verilog conversion
...
...
@@ -8,14 +10,11 @@ category: Language, Hardware, Embedded, Development
author: Zachary Snow <zach@zachjs.com>, Tom Hawkins <tomahawkins@gmail.com>
maintainer: Zachary Snow <zach@zachjs.com>
license: BSD
3
license: BSD
-3-Clause
license-file: LICENSE
license-files: NOTICE
homepage: https://github.com/zachjs/sv2v
build-type: Simple
cabal-version: >= 1.12
executable sv2v
default-language: Haskell2010
main-is: sv2v.hs
...
...
@@ -24,15 +23,15 @@ executable sv2v
alex >= 3 && < 4,
happy >= 1 && < 2
build-depends:
array,
base,
cmdargs,
containers,
directory,
filepath,
githash,
hashable,
mtl
, array
, base
, cmdargs
, containers
, directory
, filepath
, githash
, hashable
,
mtl
other-modules:
-- SystemVerilog modules
Language.SystemVerilog
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment