ice40-prim 0.3.1.2 → 0.3.1.3
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~clash-preludePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: clash-prelude
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- ice40-prim.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for ice40-prim +## 0.3.1.3 -- 2022-02-13+* Update dependency bounds: clash-prelude-1.6.1+ * clash-prelude >= 1.2.5 && < 1.7+ ## 0.3.1.2 -- 2021-12-30 * Update dependency bounds
ice40-prim.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: ice40-prim-version: 0.3.1.2+version: 0.3.1.3 synopsis: Lattice iCE40 Primitive IP description: Clash primitives to instantiate Lattice Semiconductor's iCE40 FPGA hard IP bug-reports: https://github.com/standardsemiconductor/ice40-prim/issues@@ -34,7 +34,7 @@ hs-source-dirs: src build-depends: base >= 4.12 && < 4.17, interpolate >= 0.2 && < 0.3,- clash-prelude >= 1.2.5 && < 1.5,+ clash-prelude >= 1.2.5 && < 1.7, ghc-typelits-natnormalise, ghc-typelits-extra, ghc-typelits-knownnat