1
1
mirror of https://github.com/github/semantic.git synced 2024-12-28 17:32:05 +03:00

Stub the Join module back in.

This commit is contained in:
Rob Rix 2016-03-14 19:48:37 -04:00
parent 1b274c3e57
commit 7f83e07fe9
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -0,0 +1 @@
module Data.Bifunctor.Join where