about summary refs log tree commit diff
path: root/third_party/haskell_overlay/patches/generic-arbitrary-export-garbitrary.patch
diff --git a/src/Test/QuickCheck/Arbitrary/Generic.hs b/src/Test/QuickCheck/Arbitrary/Generic.hs
index fed6ab3..91f59f1 100644
--- a/src/Test/QuickCheck/Arbitrary/Generic.hs
+++ b/src/Test/QuickCheck/Arbitrary/Generic.hs
@@ -23,6 +23,7 @@ The generated 'arbitrary' method is equivalent to
 
 module Test.QuickCheck.Arbitrary.Generic
   ( Arbitrary(..)
+  , GArbitrary
   , genericArbitrary
   , genericShrink
   ) where