1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00

Revert "Revert "Stub in a Data.Align module.""

This reverts commit 91ab52cef2217ae1a92eebb4d7d90bbcc1626565.
This commit is contained in:
Rob Rix 2016-03-10 10:45:29 -05:00
parent 7a0b948338
commit ddd0adf2aa
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ library
, Control.Comonad.Cofree
, Control.Monad.Free
, Data.Adjoined
, Data.Align
, Data.Coalescent
, Data.Copointed
, Data.Functor.Both

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

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