1
1
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:
Rob Rix 2017-01-05 15:35:01 -05:00
parent 46c29feb45
commit c8da9c5f31
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ library
, Data.Mergeable.Generic
, Data.RandomWalkSimilarity
, Data.Record
, Data.Text.Listable
, Diff
, Diff.Arbitrary
, Diffing

View File

@ -0,0 +1 @@
module Data.Text.Listable where