1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Stub in a Blob module.

This commit is contained in:
Rob Rix 2017-06-24 10:00:40 -04:00
parent fc09d74b73
commit 84c7029dd8
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ library
, Command
, Command.Files
, Data.Align.Generic
, Data.Blob
, Data.Functor.Both
, Data.Functor.Classes.Eq.Generic
, Data.Functor.Classes.Show.Generic

1
src/Data/Blob.hs Normal file
View File

@ -0,0 +1 @@
module Data.Blob where