diff --git a/sv2v.cabal b/sv2v.cabal index 75e7f90..9cf3853 100644 --- a/sv2v.cabal +++ b/sv2v.cabal @@ -1,3 +1,5 @@ +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 , Tom Hawkins maintainer: Zachary Snow -license: BSD3 +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