1
1
mirror of https://github.com/github/semantic.git synced 2024-11-30 14:47:30 +03:00

Stub in a Data.Aligned module.

This commit is contained in:
Rob Rix 2016-03-18 10:41:55 -04:00
parent 80bf429126
commit ac247fa315
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ library
, Control.Monad.Free
, Data.Adjoined
, Data.Align
, Data.Aligned
, Data.Bifunctor.These
, Data.Coalescent
, Data.Copointed

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

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