aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Bug1033.hs
diff options
context:
space:
mode:
Diffstat (limited to 'html-test/src/Bug1033.hs')
-rw-r--r--html-test/src/Bug1033.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/html-test/src/Bug1033.hs b/html-test/src/Bug1033.hs
new file mode 100644
index 00000000..fdf5a57e
--- /dev/null
+++ b/html-test/src/Bug1033.hs
@@ -0,0 +1,11 @@
+{-# LANGUAGE DeriveGeneric #-}
+{-# LANGUAGE StandaloneDeriving #-}
+
+module Bug1033 where
+
+import GHC.Generics
+
+data Foo = Foo
+
+-- | This does some generic foos.
+deriving instance Generic Foo