perf-analysis 0.0.1.0 → 0.0.1.1
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~perf
Dependency ranges changed: perf
Files
- perf-analysis.cabal +4/−4
- stack.yaml +1/−1
perf-analysis.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 97459822690cecba4e6db836b86eedf2d10cc0a7f8ff32e4c525614241b4af82+-- hash: 5b2bb96e01227ec3ddd4c29e4bebf5895c909acff05541ea597f16b063ce3eb4 name: perf-analysis-version: 0.0.1.0+version: 0.0.1.1 synopsis: analysis example using perf description: Analytical tools to use with perf. category: performance@@ -37,7 +37,7 @@ base >=4.7 && <4.12 , deepseq , formatting- , perf+ , perf >=0.4.1.0 , protolude , scientific , tdigest@@ -58,7 +58,7 @@ , deepseq , formatting , optparse-generic- , perf+ , perf >=0.4.1.0 , perf-analysis , protolude , scientific
stack.yaml view
@@ -1,4 +1,4 @@-resolver: nightly-2018-04-05+resolver: nightly-2018-05-28 packages: - .