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:
parent
8d164480ee
commit
4a8b7631bb
@ -22,6 +22,7 @@ library
|
||||
, Data.RandomWalkSimilarity.Arbitrary
|
||||
, Data.OrderedMap
|
||||
, Data.Record
|
||||
, Data.Record.Arbitrary
|
||||
, Data.These.Arbitrary
|
||||
, Diff
|
||||
, Diff.Arbitrary
|
||||
|
1
src/Data/Record/Arbitrary.hs
Normal file
1
src/Data/Record/Arbitrary.hs
Normal file
@ -0,0 +1 @@
|
||||
module Data.Record.Arbitrary where
|
Loading…
Reference in New Issue
Block a user