clash-shake-0.4.0: clash-shake.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack
name: clash-shake
version: 0.4.0
synopsis: Shake rules for building Clash programs
description: Shake rules for building Clash programs and synthesizing FPGA
configuration. Contains build rules for Xilinx ISE, Xilinx Vivado,
Intel Quartus, F4PGA for Xilinx, and Yosys for ECP-5 and toolchains. See
<https://github.com/gergoerdi/clash-pong/> for an example project.
category: Hardware, Shake
homepage: https://github.com/gergoerdi/clash-shake#readme
bug-reports: https://github.com/gergoerdi/clash-shake/issues
author: Gergő Érdi
maintainer: gergo@erdi.hu
copyright: 2021-2022 Gergő Érdi
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
template/xilinx-ise/project.tcl.mustache
template/xilinx-vivado/project-build.tcl.mustache
template/xilinx-vivado/project.tcl.mustache
template/xilinx-vivado/upload.tcl.mustache
template/intel-quartus/project.tcl.mustache
source-repository head
type: git
location: https://github.com/gergoerdi/clash-shake
library
exposed-modules:
Clash.Shake
Clash.Shake.Xilinx
Clash.Shake.Intel
Clash.Shake.F4PGA
Clash.Shake.SymbiFlow
Clash.Shake.ECP5
other-modules:
Paths_clash_shake
hs-source-dirs:
src
build-depends:
aeson <3
, base >=4.14 && <5
, bytestring <0.13
, clash-ghc >=1.4.2 && <2.0
, clash-lib >=1.4.2 && <2.0
, clash-prelude >=1.4.2 && <2.0
, directory <2
, shake <0.20
, split <0.3
, stache <=3
, text <3
, unordered-containers <=1
default-language: Haskell2010