From 92a6cd308dec364342d3e8f8ad2b04694a2d2103 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Wed, 15 Mar 2017 11:14:29 +0100 Subject: [PATCH 1/5] build-constraints.yaml: add many more packages by Henning Thielemann --- build-constraints.yaml | 56 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 54 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a7aab9c..9153605e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,11 +3,63 @@ ghc-major-version: "8.0" packages: "Henning Thielemann @thielema": - - numeric-prelude - - non-negative + - accelerate-arithmetic + - accelerate-fftw + - accelerate-fourier + - accelerate-utility + - apportionment + - audacity + - bibtex + - board-games + - buffer-pipe + - calendar-recycling + - comfort-graph + - concurrent-split + - data-accessor + - data-accessor-mtl + - data-accessor-template + - data-accessor-transformers + - data-ref + - dsp + - enumset + - equal-files + - event-list + - explicit-exception + - fixed-length + - gnuplot + - iff + - interpolation + - latex + - lazyio + - markov-chain + - midi + - midi-music-box - non-empty + - non-negative + - numeric-prelude + - pathtype + - pooled-io + - probability + - sample-frame + - sample-frame-np + - set-cover + - sound-collage + - sox + - split-record + - spreadsheet + - stm-split - storable-record + - storablevector + - synthesizer-core + - synthesizer-dimensional + - synthesizer-midi + - tagchup + - tfp + - unicode + - unsafe - utility-ht + - xml-basic + - youtube - prelude-compat "Jeremy Barisch-Rooney @barischj": From dc4181bbc4f110d09c14e8c3cc69c306f1167e0b Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sun, 19 Mar 2017 14:56:10 +0100 Subject: [PATCH 2/5] take over fft, carray, ix-shapable from Oleg Grenrus --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9153605e..056effbe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -62,6 +62,11 @@ packages: - youtube - prelude-compat + - fft + - carray + # Not a maintainer + - ix-shapable + "Jeremy Barisch-Rooney @barischj": - threepenny-gui-flexbox @@ -1191,11 +1196,6 @@ packages: - recursion-schemes - unordered-containers - - fft - - carray - - ix-shapable - - fft - # Regex packages by Chris Kuklewicz - regex-base - regex-compat From a8187fc4eddfebcb31c58141545f71f9793e9426 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sun, 26 Mar 2017 13:56:48 +0200 Subject: [PATCH 3/5] pathtype: force to use directory>=1.2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 056effbe..5051fc02 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2997,6 +2997,9 @@ packages: # Package flags are applied to individual packages, and override the values of # global-flags package-flags: + pathtype: + old-time: false + brick: demos: true From 899de4582e3f539332aa0688f9ad543379c20509 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sun, 26 Mar 2017 13:57:31 +0200 Subject: [PATCH 4/5] accelerate-utility etc.al.: disable, because accelerate cannot be built currently --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5051fc02..07da5cda 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,10 +3,10 @@ ghc-major-version: "8.0" packages: "Henning Thielemann @thielema": - - accelerate-arithmetic - - accelerate-fftw - - accelerate-fourier - - accelerate-utility + # - accelerate-arithmetic # via accelerate: bounds: base + # - accelerate-fftw # via accelerate: bounds: base + # - accelerate-fourier # via accelerate: bounds: base + # - accelerate-utility # via accelerate: bounds: base - apportionment - audacity - bibtex From 4eb95cd2185f613ea4f27375db52483fefa418db Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sun, 26 Mar 2017 13:58:16 +0200 Subject: [PATCH 5/5] cutter, mbox-utility, group-by-date: three more command-line utilities added --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07da5cda..aafd010d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -15,6 +15,7 @@ packages: - calendar-recycling - comfort-graph - concurrent-split + - cutter - data-accessor - data-accessor-mtl - data-accessor-template @@ -27,6 +28,7 @@ packages: - explicit-exception - fixed-length - gnuplot + - group-by-date - iff - interpolation - latex @@ -34,6 +36,7 @@ packages: - markov-chain - midi - midi-music-box + - mbox-utility - non-empty - non-negative - numeric-prelude