-- Initial MultiSignal.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: clash-multisignal
version: 0.1.0.0
-- synopsis:
description: Clash/Fpga library for working with multiple elements arriving at same clock as stream.
license: BSD3
license-file: LICENSE
author: Luka Rahne
maintainer: luka.rahne@gmail.com
copyright: Luka Rahne
category: Hardware
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
homepage: https://github.com/ra1u/clash-multisignal
library
exposed-modules: CLaSH.Signal.MultiSignal
-- other-modules:
-- other-extensions:
-- we use Functor and Applicative from base
build-depends: base > 4.0 && < 5.0,
clash-prelude >= 0.10 && < 0.12 ,
QuickCheck
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -fexpose-all-unfoldings
source-repository head
type: git
location: github.com:ra1u/clash-multisignal.git