From 2f8a05d5e6b653c75233945b98e5916488879037 Mon Sep 17 00:00:00 2001 From: Alex McLean Date: Mon, 23 Sep 2019 23:23:38 +0100 Subject: [PATCH] Restore tidal Tidal is one of the most popular haskell packages there is, so I'm puzzled to see it was removed from stackage (again!), citing this: https://github.com/commercialhaskell/stackage/issues/4408 This issue was closed long ago. I fixed it within hours at the time. I've just double checked, and tidal builds fine against lts-14.6 . --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8a0af36..3033d2d4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2789,7 +2789,7 @@ packages: - binary-bits "Alex McLean @yaxu": - - tidal < 0 # transformers https://github.com/commercialhaskell/stackage/issues/4408 + - tidal - hosc "Kei Hibino @khibino":