mirror of
https://github.com/github/semantic.git
synced 2024-12-24 23:42:31 +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.RandomWalkSimilarity
|
||||
, Data.Record
|
||||
, Data.Text.Listable
|
||||
, Diff
|
||||
, Diff.Arbitrary
|
||||
, 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