Cabal revisions of clash-prelude-hedgehog-1.8.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.2--name: clash-prelude-hedgehog-version: 1.8.2-synopsis: Hedgehog Generators for clash-prelude-description: Hedgehog Generators for clash-prelude-bug-reports: https://github.com/clash-lang/clash-compiler/issues-license: BSD-2-Clause-license-file: LICENSE-author: QBayLogic B.V.-maintainer: devops@qbaylogic.com-copyright: Copyright © 2021, QBayLogic B.V.-category: Hardware-build-type: Simple--common basic-config- default-language: Haskell2010-- default-extensions:- BinaryLiterals- DataKinds- ScopedTypeVariables- TypeApplications- TypeFamilies- TypeOperators- NoStarIsType-- ghc-options:- -Wall -Wcompat-- build-depends:- base >= 4.11 && < 5,- hedgehog >= 1.0.3 && < 1.5,--library- import: basic-config- hs-source-dirs: src-- exposed-modules:- Clash.Hedgehog.Annotations.SynthesisAttributes- Clash.Hedgehog.Signal- Clash.Hedgehog.Sized.BitVector- Clash.Hedgehog.Sized.Index- Clash.Hedgehog.Sized.RTree- Clash.Hedgehog.Sized.Signed- Clash.Hedgehog.Sized.Unsigned- Clash.Hedgehog.Sized.Vector-- build-depends:- ghc-typelits-knownnat >= 0.7.2 && < 0.8,- ghc-typelits-natnormalise >= 0.7.2 && < 0.8,- text >= 1.2.2 && < 2.2,-- clash-prelude == 1.8.2,+cabal-version: 2.2 + +name: clash-prelude-hedgehog +version: 1.8.2 +x-revision: 1 +synopsis: Hedgehog Generators for clash-prelude +description: Hedgehog Generators for clash-prelude +bug-reports: https://github.com/clash-lang/clash-compiler/issues +license: BSD-2-Clause +license-file: LICENSE +author: QBayLogic B.V. +maintainer: devops@qbaylogic.com +copyright: Copyright © 2021, QBayLogic B.V. +category: Hardware +build-type: Simple + +common basic-config + default-language: Haskell2010 + + default-extensions: + BinaryLiterals + DataKinds + ScopedTypeVariables + TypeApplications + TypeFamilies + TypeOperators + NoStarIsType + + ghc-options: + -Wall -Wcompat + + build-depends: + base >= 4.11 && < 5, + hedgehog >= 1.0.3 && < 1.6, + +library + import: basic-config + hs-source-dirs: src + + exposed-modules: + Clash.Hedgehog.Annotations.SynthesisAttributes + Clash.Hedgehog.Signal + Clash.Hedgehog.Sized.BitVector + Clash.Hedgehog.Sized.Index + Clash.Hedgehog.Sized.RTree + Clash.Hedgehog.Sized.Signed + Clash.Hedgehog.Sized.Unsigned + Clash.Hedgehog.Sized.Vector + + build-depends: + ghc-typelits-knownnat >= 0.7.2 && < 0.8, + ghc-typelits-natnormalise >= 0.7.2 && < 0.8, + text >= 1.2.2 && < 2.2, + + clash-prelude == 1.8.2,