about summary refs log tree commit diff
path: root/build
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2019-11-30T04·01-0500
committerGriffin Smith <root@gws.fyi>2019-11-30T04·01-0500
commit92976cc9aad41c1f7b2c83dbbd22e0cf7e26b626 (patch)
tree15983d303870dd0bdd678e7db363e039318db831 /build
parent8a1235c3dcf7fe69b2e2ea3eea326858d26d38b9 (diff)
Move patch file to a less obtrusive location
Diffstat (limited to 'build')
-rw-r--r--build/generic-arbitrary-export-garbitrary.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/build/generic-arbitrary-export-garbitrary.patch b/build/generic-arbitrary-export-garbitrary.patch
new file mode 100644
index 000000000000..f0c936bfca18
--- /dev/null
+++ b/build/generic-arbitrary-export-garbitrary.patch
@@ -0,0 +1,12 @@
+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