From b154d6b3be99a4a9f5907c84645ca569183bb40e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 2 Aug 2023 10:38:22 -0400 Subject: Factor out nix builder into Haskell.nix This also fixed a bug where every dependency would get pulled into the Haskell target while searching for transitive dependencies. --- Biz/Log.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Log.hs') diff --git a/Biz/Log.hs b/Biz/Log.hs index d398f4b..86db272 100644 --- a/Biz/Log.hs +++ b/Biz/Log.hs @@ -102,7 +102,7 @@ mark label val = -- mark label val = val ~& label -- @ (~&) :: Show a => a -> Text -> a -(~&) val label = mark label val +val ~& label = mark label val -- | Conditional mark. (~?) :: Show a => a -> (a -> Bool) -> Text -> a -- cgit v1.2.3