aboutsummaryrefslogtreecommitdiff
path: root/test/test-package/src/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-package/src/Types.hs')
-rw-r--r--test/test-package/src/Types.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test-package/src/Types.hs b/test/test-package/src/Types.hs
new file mode 100644
index 0000000..ad37ece
--- /dev/null
+++ b/test/test-package/src/Types.hs
@@ -0,0 +1,5 @@
+module Types
+ ( Test(..)
+ ) where
+
+data Test = Test Int