clashilator-0.1.2: clashilator.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: clashilator
version: 0.1.2
synopsis: Automated Clash to Verilator bridge
description: Code generator and @Setup.hs@ hooks to generate a Verilator simulation and access it from Clash
category: Hardware, Development
homepage: https://github.com/gergoerdi/clashilator#readme
bug-reports: https://github.com/gergoerdi/clashilator/issues
author: Gergő Érdi
maintainer: gergo@erdi.hu
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
template/Makefile.mustache
template/Interface.h.mustache
template/Impl.cpp.mustache
template/Impl.h.mustache
template/FFI.hsc.mustache
source-repository head
type: git
location: https://github.com/gergoerdi/clashilator
library
exposed-modules:
Clash.Clashilator
Clash.Clashilator.Setup
other-modules:
Clash.Clashilator.Cabal
Paths_clashilator
hs-source-dirs:
src
ghc-options: -Wunused-imports
build-depends:
Cabal >=3.2.1 && <3.3
, aeson >=1.5 && <1.6 || >=2.0 && <2.1
, base >=4.14 && <5
, clash-ghc >=1.4.2 && <1.5 || >=1.6.1 && <1.7
, clash-lib >=1.4.2 && <1.5 || >=1.6.1 && <1.7
, containers
, filepath
, ghc
, lens
, optparse-applicative
, shake
, stache ==2.3.*
, text
, unordered-containers
default-language: Haskell2010
executable clashilator
main-is: main.hs
other-modules:
Clash.Clashilator
Clash.Clashilator.Cabal
Clash.Clashilator.Setup
Paths_clashilator
hs-source-dirs:
src
ghc-options: -Wunused-imports
build-depends:
Cabal >=3.2.1 && <3.3
, aeson >=1.5 && <1.6 || >=2.0 && <2.1
, base >=4.14 && <5
, clash-ghc >=1.4.2 && <1.5 || >=1.6.1 && <1.7
, clash-lib >=1.4.2 && <1.5 || >=1.6.1 && <1.7
, containers
, filepath
, ghc
, lens
, optparse-applicative
, shake
, stache ==2.3.*
, text
, unordered-containers
default-language: Haskell2010