sdr 0.1.0.9 → 0.1.0.10
raw patch · 1 files changed
+14/−14 lines, 1 filesdep ~QuickCheckdep ~criteriondep ~dynamic-graph
Dependency ranges changed: QuickCheck, criterion, dynamic-graph, optparse-applicative, pipes, sdr, time, vector
Files
- sdr.cabal +14/−14
sdr.cabal view
@@ -1,5 +1,5 @@ name: sdr-version: 0.1.0.9+version: 0.1.0.10 synopsis: A software defined radio library description: Write software defined radio applications in Haskell.@@ -71,16 +71,16 @@ fftwRaw >=0.1 && <0.2, bytestring >=0.10 && <0.11, pulse-simple >=0.1 && <0.2, - pipes >=4.1 && <4.3, + pipes >=4.1 && <4.4, pipes-concurrency >=2.0 && <2.1, either >=4.1 && <4.5, - time >=1.4 && <1.7, + time >=1.4 && <1.9, rtlsdr >=0.1 && <0.2, storable-complex >=0.2 && <0.3, pipes-bytestring >=2.0 && <2.2, - dynamic-graph ==0.1.0.9,+ dynamic-graph ==0.1.0.10, array >=0.4 && <0.6, - vector >=0.11 && <0.12,+ vector >=0.11 && <0.13, tuple >=0.2 && <0.4, OpenGL >=2.11 && <3.1, GLFW-b >=1.4.8 && <1.4.9,@@ -90,7 +90,7 @@ containers >=0.5 && <0.6, cairo >=0.13 && <0.14, cereal >=0.4 && <0.6, - optparse-applicative >=0.11 && <0.13, + optparse-applicative >=0.11 && <0.15, Decimal >=0.4 && <0.5, Chart >=1.3 && <1.9, Chart-cairo >=1.3 && <1.9,@@ -115,13 +115,13 @@ main-is: TestSuite.hs build-depends: base >=4.6 && <5, - QuickCheck >=2.8 && <2.10, - vector >=0.11 && <0.12, - sdr ==0.1.0.9, + QuickCheck >=2.8 && <2.11, + vector >=0.11 && <0.13, primitive >=0.5 && <0.7, storable-complex >=0.2 && <0.3, test-framework >=0.8 && <0.9,- test-framework-quickcheck2 >=0.3 && <0.4+ test-framework-quickcheck2 >=0.3 && <0.4,+ sdr hs-source-dirs: tests ghc-options: -O2 default-language: Haskell2010@@ -131,11 +131,11 @@ main-is: Benchmarks.hs build-depends: base >=4.6 && <5, - criterion >=1.0 && <1.2,- vector >=0.11 && <0.12, - sdr ==0.1.0.9, + criterion >=1.0 && <1.3,+ vector >=0.11 && <0.13, primitive >=0.5 && <0.7, - storable-complex >=0.2 && <0.3+ storable-complex >=0.2 && <0.3,+ sdr hs-source-dirs: benchmarks ghc-options: -O2 default-language: Haskell2010