From 453b65ef270c1ac3e2ebf872e4449bc005b67aee Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Tue, 3 Apr 2018 10:16:36 +0100 Subject: [PATCH] Add the Clash Haskell-to-HDL compiler Now that that a released version of the compiler runs on GHC 8.4.1, re-enable the Clash on stackage again. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6e9e870..19d951c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1649,6 +1649,9 @@ packages: - ghc-typelits-extra - ghc-typelits-knownnat - ghc-typelits-natnormalise + - clash-prelude + - clash-lib + - clash-ghc "Athan Clark @athanclark": - aeson-attoparsec