mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Stub in a generic Sequenceable module.
This commit is contained in:
parent
dd0e4d890f
commit
808f15d40e
@ -22,6 +22,7 @@ library
|
||||
, Data.RandomWalkSimilarity
|
||||
, Data.Record
|
||||
, Data.Sequenceable
|
||||
, Data.Sequenceable.Generic
|
||||
, Data.These.Arbitrary
|
||||
, Diff
|
||||
, Diff.Arbitrary
|
||||
|
1
src/Data/Sequenceable/Generic.hs
Normal file
1
src/Data/Sequenceable/Generic.hs
Normal file
@ -0,0 +1 @@
|
||||
module Data.Sequenceable.Generic where
|
Loading…
Reference in New Issue
Block a user