shithub: MicroHs

Download patch

ref: 3986db6a0d4960e2ca8102a8d0dd9ea59d9592a0
parent: 6b608927ecf00942c7182df14636237dddcd45cc
author: Lennart Augustsson <lennart@augustsson.net>
date: Sat Jan 4 08:19:13 EST 2025

Export NFData1 and NFData2

--- a/lib/Control/DeepSeq.hs
+++ b/lib/Control/DeepSeq.hs
@@ -1,5 +1,5 @@
 module Control.DeepSeq (
-  NFData(..),
+  NFData(..), NFData1(..), NFData2(..),
   deepseq,
   force,
   ($!!),