1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 07:25:44 +03:00

Stub in a Data.Record.Arbitrary module.

This commit is contained in:
Rob Rix 2016-06-23 09:42:43 -04:00
parent 8d164480ee
commit 4a8b7631bb
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ library
, Data.RandomWalkSimilarity.Arbitrary
, Data.OrderedMap
, Data.Record
, Data.Record.Arbitrary
, Data.These.Arbitrary
, Diff
, Diff.Arbitrary

View File

@ -0,0 +1 @@
module Data.Record.Arbitrary where