packages feed

Cabal revisions of clash-shake-0.3.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.35.0.------ see: https://github.com/sol/hpack--name:           clash-shake-version:        0.3.2-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 and the open-source SymbiFlow 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-  other-modules:-      Paths_clash_shake-  hs-source-dirs:-      src-  build-depends:-      aeson-    , base >=4.14 && <5-    , bytestring-    , clash-ghc >=1.4.2 && <1.5 || >=1.6.1 && <1.7-    , clash-lib >=1.4.2 && <1.5 || >=1.6.1 && <1.7-    , clash-prelude >=1.4.2 && <1.5 || >=1.6.1 && <1.7-    , directory-    , shake-    , split-    , stache-    , text-    , unordered-containers-  default-language: Haskell2010+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.35.0.
+--
+-- see: https://github.com/sol/hpack
+
+name:           clash-shake
+version:        0.3.2
+x-revision: 1
+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 and the open-source SymbiFlow 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
+  other-modules:
+      Paths_clash_shake
+  hs-source-dirs:
+      src
+  build-depends:
+      aeson
+    , base >=4.14 && <5
+    , bytestring
+    , clash-ghc >=1.4.2 && <2.0
+    , clash-lib >=1.4.2 && <2.0
+    , clash-prelude >=1.4.2 && <2.0
+    , directory
+    , shake
+    , split
+    , stache
+    , text
+    , unordered-containers
+  default-language: Haskell2010