mirror of
https://github.com/github/semantic.git
synced 2024-12-25 07:55:12 +03:00
Define a module for a Listable instance over Text.
This commit is contained in:
parent
46c29feb45
commit
c8da9c5f31
@ -25,6 +25,7 @@ library
|
|||||||
, Data.Mergeable.Generic
|
, Data.Mergeable.Generic
|
||||||
, Data.RandomWalkSimilarity
|
, Data.RandomWalkSimilarity
|
||||||
, Data.Record
|
, Data.Record
|
||||||
|
, Data.Text.Listable
|
||||||
, Diff
|
, Diff
|
||||||
, Diff.Arbitrary
|
, Diff.Arbitrary
|
||||||
, Diffing
|
, Diffing
|
||||||
|
1
src/Data/Text/Listable.hs
Normal file
1
src/Data/Text/Listable.hs
Normal file
@ -0,0 +1 @@
|
|||||||
|
module Data.Text.Listable where
|
Loading…
Reference in New Issue
Block a user