From e7b056251e0ac04cc3346b9f494a97db0db8c00a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Tue, 31 May 2016 11:53:50 -0400 Subject: [PATCH 1/4] Get more Daniel-Diaz's packages back! --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4076bbfa..d2cb7171 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -430,11 +430,11 @@ packages: "Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz": - bimap-server - # GHC 8 - binary-list + - binary-list - byteset - grouped-list - # GHC 8 - haskintex - # GHC 8 - HaTeX + - haskintex + - HaTeX # fails see #885 #- hatex-guide - include-file From e37058fde6bcad0574be515f0239c4bf8e33ed1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Tue, 31 May 2016 11:56:13 -0400 Subject: [PATCH 2/4] Delay haskintex addition until hint is compatible with GHC 8, so that it can be tested. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2cb7171..867a9e8c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -433,7 +433,7 @@ packages: - binary-list - byteset - grouped-list - - haskintex + # needs hint to work with GHC 8: - haskintex - HaTeX # fails see #885 #- hatex-guide From b639d26dcb4de44e012fd6104dda9881bd90b7b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Tue, 31 May 2016 12:41:55 -0400 Subject: [PATCH 3/4] Added Clipboard package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 867a9e8c..bd32aad0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -432,6 +432,7 @@ packages: - bimap-server - binary-list - byteset + - Clipboard - grouped-list # needs hint to work with GHC 8: - haskintex - HaTeX From c20d88a3e977fbd573754642ffdca6ef9c868f59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Tue, 31 May 2016 12:42:58 -0400 Subject: [PATCH 4/4] Do not add Clipboard to stackage yet! --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd32aad0..867a9e8c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -432,7 +432,6 @@ packages: - bimap-server - binary-list - byteset - - Clipboard - grouped-list # needs hint to work with GHC 8: - haskintex - HaTeX