From 81e784d2cb2f50338721691c24f84079104b4473 Mon Sep 17 00:00:00 2001 From: Dominic Orchard Date: Thu, 14 Jul 2016 11:49:28 +0100 Subject: [PATCH 1/2] adding DominicOrchard packages --- build-constraints.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ddc3e01..ff5ffb02 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2425,6 +2425,16 @@ packages: "Bartosz Nitka @niteria": - haskell-packages - oeis + + "Dominic Orchard ": + - array-memoize + - camfort + - codo-notation + - effect-monad + - fortran-src + - ixmonad + - language-fortran + - type-level-sets # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From bbf6088d77a294f0986d13824f9f04492ec11aeb Mon Sep 17 00:00:00 2001 From: Dominic Orchard Date: Thu, 14 Jul 2016 13:59:46 +0100 Subject: [PATCH 2/2] remove type-level-sets and effect-monad for now I will fix these and add these at a later date. remove for now. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff5ffb02..f7b89367 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2430,11 +2430,9 @@ packages: - array-memoize - camfort - codo-notation - - effect-monad - fortran-src - ixmonad - - language-fortran - - type-level-sets + - language-fortran # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems.