From 446fcaef6a8204ef36c5ad1f86126f3a3ca03de7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Apr 2021 14:33:11 -0400 Subject: [PATCH] restore int-cast --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dcc5551e..280f6667 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4317,7 +4317,7 @@ packages: # - msgpack-rpc # https://github.com/commercialhaskell/stackage/pull/4471 # - msgpack-idl # https://github.com/commercialhaskell/stackage/pull/4471 - msgpack-aeson < 0 # via msgpack - - int-cast < 0 # ghc 8.10 + - int-cast "Akihito Kirisaki @kirisaki": - caster < 0 # via fast-builder