Lambdaya 0.1.0.0 → 0.1.1.0
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ System.RedPitaya.Fpga: A :: Channel
+ System.RedPitaya.Fpga: B :: Channel
Files
- Lambdaya.cabal +1/−1
- src/System/RedPitaya/Fpga.hs +1/−1
Lambdaya.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.0.0+version: 0.1.1.0 -- A short (one-line) description of the package. synopsis: Library for RedPitaya
src/System/RedPitaya/Fpga.hs view
@@ -6,7 +6,7 @@ module System.RedPitaya.Fpga ( Fpga, Registry,- Channel,+ Channel(..), withOpenFpga, -- * Housekeeping -- | various housekeeping and Gpio functions